This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Strange line in ltconfig
- From: Carlo Wood <carlo at alinoe dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 3 Oct 2003 02:10:49 +0200
- Subject: Re: Strange line in ltconfig
- References: <20031002182538.GA6531@lucon.org>
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>