HP3000-L Archives

May 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jean Huot <[log in to unmask]>
Reply To:
Jean Huot <[log in to unmask]>
Date:
Fri, 19 May 2000 08:25:22 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (49 lines)
Hi Mark

I've deleted config.cache to do a clean reconfigure and inserted:

    LIBS="-lsocket" ./configure --host=hppa1.0-hp-bsd

and ran it again.

checking for library with inet_addr... no
configure: warning: Unable to find library for inet_addr function


 It still cannot find inet_addr.  Do I also have to include -lnsl.  Someone
suggested I try
RESOLVLIB= -lsocket -lnsl, but it says right at the start lsocket not found.

Any thoughts?

Jean


----- Original Message -----
From: "Mark Bixby" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Thursday, May 18, 2000 7:08 PM
Subject: Re: How do you Integrating inet_addr into ./compile?


> Jean Huot wrote:
> >
> > Apparently inet_addr is part of XL.PUB.SYS, hiden in
> >  -lsocket. When I compile Lynx, how do I integrate this inet_addr
library into:
> >
> > ./configure --host=hppa1.0-hp-bsd
>
> Do the following:
>
>         LIBS="-lsocket" ./configure --host=hppa1.0-hp-bsd
>
> Note that you also want to modify configure to do the "callci run" trick
that I
> describe in the first bullet at:
>
>         http://www.bixby.org/mark/porting.html#hscripts
>
> - Mark B.
>

ATOM RSS1 RSS2