Subject: Re: php4rc2
To: Mocha <netbsd_alpha@yahoo.com>
From: Dave Sainty <dave@dtsp.co.nz>
List: current-users
Date: 05/16/2000 21:50:22
Mocha writes:

> anyone got php4rc2 to compile on -current? i tried on the alpha and got 
> this error:
> ---
> *** Warning: inter-library dependencies are not known to be supported.
> *** All declared inter-library dependencies are being dropped.
> *** The inter-library dependencies that have been dropped here will be
> *** automatically added whenever a program is linked with this library
> *** or is declared to -dlopen it.
> /usr/bin/ld: unrecognized option `-Wl,--whole-archive'
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.

No, but you might have more success:

1. Applying the patch in PR#10106 to the package libtool and installing
2. Recompiling php4rc2 using the package libtool (looks like it might
   use an internal one)

Cheers,

Dave