www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2023/01/22/09:14:56

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20210112;
h=to:subject:message-id:date:from:references:in-reply-to:mime-version
:from:to:cc:subject:date:message-id:reply-to;
bh=9lGUwGST8FroUQsMxUXVrKBDCJ4ZeAGo543JC3r2ggM=;
b=DMLzXKFUbnE6do04dhyI4dEApp8dn++uxq7MxlT5yhaf84sKu8ZshQqMXGTSzhNsHS
Ab/B9/kihlucoCMBFlx5XFo5ypaTwsamMkxaPA2x/B3EGg8vHDljnF1qzhpjOcrVcwhA
Nj3GtqZ2iw7+BQQJ4TTB4vGqvdaSKfUWydstZwQtDz0FdN6dfNqSPH3R3dVOG2JkZ1Pf
neSataYxW9Z89DzHdFg0dYz9c54VviVw6jFCrAuZOVOYIEbj6OhTc3VnILtG21tWekAK
jXz9HXAs7uk2bGqtw4r2rmbnrESunpGngMKJfHwr6XYaKJNB1jVMxwnyNTw3cDs051dl
GnZw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=to:subject:message-id:date:from:references:in-reply-to:mime-version
:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
bh=9lGUwGST8FroUQsMxUXVrKBDCJ4ZeAGo543JC3r2ggM=;
b=sdZt6k9fWBhGc7yfHih6iYHBu2QPHVBg7BwQpSXi1/eyB7webQMd+IUdAKkh3UXiI6
OzS/vlD8mJ8MaUgJuIRCf35cOj+/2f7+zB8RbbTNzaW8bJfFU+w4cG7MCMUZEt1PKjy8
KzwoBCciUR9MJkyeFIL9DcIqD3bl8BqoykL1c1KD19PvGG8M104LA/TEuXUYSNgIBS9I
zhb8l7LKndp11HDRFo1zhN7BUMD5vRLXVDOXMzqI4FajMDS7pE6SCndb4mvYc7qvaVya
Lg1Ko0DFq87VZreDX/OWoMiaD9BR0m59dXF2aqW7O4Ron6fU1IBnpMdxmdS/bqYF/YJY
zDig==
X-Gm-Message-State: AFqh2kqymNQFqGiluHRifBioUVSLGSpujGsvm/vFPcUtikxhWM2xyyMH
eWXVpy6KMAtRjAvD0L0v4C3b7n+hVN0Z5qSE0S3uUBeQ
X-Google-Smtp-Source: AMrXdXuiPakBVKX/R/+Xt7kLyUa/H6nxATouKABPrDTCw7Dp20xKIB5GUdsu2Z2MK3q+1o9cFs7OFbR52GLr38WB70o=
X-Received: by 2002:a05:6000:1f02:b0:2bf:94e6:45b8 with SMTP id
bv2-20020a0560001f0200b002bf94e645b8mr235475wrb.475.1674396691775; Sun, 22
Jan 2023 06:11:31 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <CACuL_+CZm++qhEr7PedDmQaTxjZu9d-rVSw1bgPeist7XZ+dpQ@mail.gmail.com>
References: <edefcfee-d1ce-415a-8d1d-525a660fb0d5n AT googlegroups DOT com>
<63a56722-21d6-a368-6400-907f0cf9d01c AT gmail DOT com> <CAA2C=vCduRPA7Ky-kDqs=QtO-qi=DQczM6FMHhB+=Ltof54P=Q AT mail DOT gmail DOT com>
<c934abb6-c11e-0087-cd32-365d25d3f154 AT gmail DOT com> <CAA2C=vCHMXDD8iewRStieHyTcgjGF3=d29LmMT53vrzGYe+zMQ AT mail DOT gmail DOT com>
<CACuL_+CZm++qhEr7PedDmQaTxjZu9d-rVSw1bgPeist7XZ+dpQ AT mail DOT gmail DOT com>
From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" <djgpp AT delorie DOT com>
Date: Sun, 22 Jan 2023 17:11:30 +0300
Message-ID: <CAA2C=vDPwv5G9DeFKyKFqt39cDDmO4LmDtbtMyoMdRR2xeEkow@mail.gmail.com>
Subject: Re: DXE3 with std::vector
To: djgpp AT delorie DOT com
Reply-To: djgpp AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

> Maybe.  I'll give that a try tonight.  The only difference from what
> I'm doing now is I'm doing DXE_LIBS /before/ the OBJECTS.

I'd like to hear the result.  Remember that
    dxe3gen --show-unres xxx.dxe
will output the missing symbols in the dxe.

>> >   However, I had to copy libstdc++.a and libgcc.a from
>> > C:\djgpp\lib\gcc\i586-pc-msdosdjgpp\4.9.4 to
>> > C:\djgpp\i586-pc-msdosdjgpp\lib
>>
>> Sounds correct from what you write,
>
> Having to copy the lib?  I dont remember doing that,

I (we) had to do that when building game dxes of sin
which link to libstdc++ and libgcc

> Just seems wrong to have to copy
> important libs like that?

That's a shortcoming of dxe3gen with gcc-provided libraries,
needs to be addressed but no one cared (or no one reported
the issue probably.)

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019