cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Need help making on HP-UX 10.20 (fwd)

From: Albert Chin-A-Young <china_at_thewrittenword.com>
Date: Wed, 6 Sep 2000 09:23:18 -0500

On Wed, Sep 06, 2000 at 05:58:26AM -0700, Jim Gallagher wrote:
> I haven't played with curl since 6.3, but I do have some HP-UX experience.
>
> I have seen configure scripts get it wrong for HP-UX. HP uses a single pass
> linker, so the order that libs and object files are specified makes a big
> difference.
>
> I would use nm to see which (if any) of the files being linked contain the
> missing
> symbols. If you find them, you can rearrange the link line, or add the file
> names
> a second time, at the end of the link line.
>
> If none of the libs or object files contains the missing symbols, then you are
> missing
> something entirely from the link line, or there is something else wrong earlier
> in
> the process.
>
> Also, if you have any older HPs around that you need curl to run on, you may
> want to add -DPA_PORTABLE (I think - look at man cc to be sure) to CFLAGS.
> PA-RISC 2.0 binaries won't run on the earlier machines.

+DAportable

-- 
albert chin (china_at_thewrittenword.com)
Received on 2000-09-06