
|
[openbeosnetteam]
||
[Date Prev]
[06-2003 Date Index]
[Date Next]
||
[Thread Prev]
[06-2003 Thread Index]
[Thread Next]
[openbeosnetteam] Re: libnet fix
- From: "Ingo Weinhold" <bonefish@xxxxxxxxxxxxxxx>
- To: openbeosnetteam@xxxxxxxxxxxxx
- Date: Thu, 19 Jun 2003 01:33:36 +0200 CEST
On Thu, 19 Jun 2003 01:22:15 GMT "Philippe Houdoin" <
philippe.houdoin@xxxxxxx> wrote:
> > > /boot/home/config/bin/ld: Warning: size of symbol `_res' changed
> > > from
> > > 512 to 376 in /boot/develop/lib/x86/libnet.so
> >
> > Damn, I missed this. We apparently link against /boot/develop/lib/
> > x86
> > /
> > libnet.so.
>
> That what I was thinking myself.
>
> > Which is not surprising, considering:
> >
> > $ gcc -dumpspecs
> > [...]
> > *lib:
> > -lnet -lroot
> > [...]
> >
> > *sigh*
> >
> > Anyone who knows, how to get around this?
>
> Adding the -nostdlib flag to LINKFLAGS and explicitly tell to link
> against libroot.so in CVS libnet.so Jamfile should do it, no?
> Just trying this...
Yep, `-nostdlib -lroot' works fine. I wonder, if we may want to set
these by default.
CU, Ingo
|

|