[openbeosnetteam] Re: Build
- From: "Andrew Bachmann" <shatty@xxxxxxxxxxxxx>
- To: openbeosnetteam@xxxxxxxxxxxxx
- Date: Fri, 16 Apr 2004 21:16:32 -0700 PDT
Hello Brennan,
I have fixed this issue. Here's the fix:
BinCommand traceroute :
traceroute.c
: socket bind ;
... turns into ...
BinCommand traceroute :
traceroute.c
: libsocket.so libbind.so ;
The end result is that building traceroute will
require building libsocket.so and libbind.so.
Subsequent to that, traceroute will be linked
against our libs as well.
This fix was almost sufficient. route still
failed to link:
undefined reference to `link_ntoa'
undefined reference to `link_addr'
Because of this I didn't commit the changes
to the route Jamfile.
Andrew
"Brennan Cleveland" <warriorspot@xxxxxxxxxxxxx> wrote:
> Hi all,
>
> Has this been a busy list lately or what? Anyway, I'm having issues
> now. Here they are:
>
> I did a CVS update and recompile, but none of the network apps would
> build (ping, arp, route, etc...). I cleaned my object files and so on,
> this did not help. It looks like the problem was with the update, it
> didn't pull down any of Waldemars' new libraries. I had a problem with
> this before as well... maybe its me. I just do a 'cvs update' in the
> /current directory. Is this wrong?
>
> To overcome this, I decided to try to do a fresh CVS download and build
> that. I still have issues. traceroute, route, and arp will not build
> properly. Is this a known issue since the addition of BIND and so
> forth? I have attached a copy of the build output.
>
> Thanks,
>
> Brennan
>
- Follow-Ups:
- [openbeosnetteam] Re: Build
- From: Waldemar Kornewald
- References:
- [openbeosnetteam] Build
- From: Brennan Cleveland
Other related posts:
- » [openbeosnetteam] Build
- » [openbeosnetteam] Re: Build
- » [openbeosnetteam] Re: Build
- » [openbeosnetteam] Re: Build
- [openbeosnetteam] Re: Build
- From: Waldemar Kornewald
- [openbeosnetteam] Build
- From: Brennan Cleveland