Strange line in ltconfig
Carlo Wood
carlo@alinoe.com
Fri Oct 3 00:10:00 GMT 2003
On Thu, Oct 02, 2003 at 11:25:38AM -0700, H. J. Lu wrote:
> In ltconfig, there are
>
> if test "X$HPUX_IA64_MODE" = X32; then
> sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32/usr/local/lib"
> else
> sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
> fi
>
> What is /usr/local/lib/hpux32/usr/local/lib?
That must be a typo, there is space missing.
It should read: sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
Another source of the same can be found here:
http://cvs.internet2.edu/cgi-bin/viewcvs.cgi/opensaml/c/libtool.m4?annotate=1.1&hideattic=0
look at line 1238 and you'll see that it has a space there.
--
Carlo Wood <carlo@alinoe.com>
More information about the Gcc
mailing list