Re: Odd install problem (cd .libs && ln -s ...) with 1.0.6 under Redhat 5.1




terry jones <terry@cliffs.ucsd.edu> writes:

> I'm running Redhat 5.1 2.0.35 with glibc2.0.6, pentium, trying to
> install gtk 1.0.6.
> 
> 
> I do this:
> 
>   $ type cd
>   cd is a shell builtin
>   $ ./configure
>   [typical configure output deleted]
>   $ make
> 
> and a bunch of C in glib gets compiled successfully. then i see this
> in the make output:
> 

[...]

>   /bin/sh ./libtool --mode=link gcc -g -O2 -Wall  -o libglib.la -rpath /usr/local/lib -version-info 1:6:0 garray.lo gcache.lo gerror.lo ghash.lo glist.lo gmem.lo gmessages.lo gprimes.lo gslist.lo gtimer.lo gtree.lo gstring.lo gscanner.lo gutils.lo  
>   mkdir .libs
>   gcc -shared -Wl,-soname -Wl,libglib.so.1 -o .libs/libglib.so.1.0.6 garray.lo gcache.lo gerror.lo ghash.lo glist.lo gmem.lo gmessages.lo gprimes.lo gslist.lo gtimer.lo gtree.lo gstring.lo gscanner.lo gutils.lo  -lc
>   (cd .libs && ln -s libglib.so.1.0.6 libglib.so.1)
>   ./libtool: cd: .libs: No such file or directory

unset CDPATH

This is some weird bash/libtool bug. (libtool should probably unset it
itself - I think a bug report has been filed, but it wouldn't hurt
to send another to bug-libtool@gnu.org)

Regards,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]