nel-all
[Top][All Lists]
Advanced

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

[Nel] configure gone crazy


From: John Jones
Subject: [Nel] configure gone crazy
Date: Sun, 15 Feb 2004 20:42:32 -0000

After trying to configure stlport. I found a post from Merlin
suggesting:

        Your RPM should install some symlinks upon install (which are not in
the package file's list). Check with 'ls -l /usr/lib/libstlport*' that
you have 'libstlport.so' and 'libstlport_debug.so' respectively linked
to 'libstlport_gcc.so.4.5' and 'libstlport_gcc_stldebug.so.4.5'.

So I built the links
 ln -s  /usr/local/lib/libstlport_gcc_stldebug.so.4.6 
libstlport_debug.so

and 

 ln -s /usr/local/lib/libstlport_gcc.so.4.6 libstlport.so

This and a ./configure --with-stlport-lib=/usr/local/lib completed with
out error.

HOWEVER

after I ran Make I received:

../../../libtool: line 1: cd: yes: No such file or directory
libtool: link: cannot determine absolute directory name of `yes'
make[3]: *** [libconfig.la] Error 1
make[3]: Leaving directory `/code/nel/src/misc/config_file'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/code/nel/src/misc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/code/nel/src'
make: *** [all-recursive] Error 1

        
Anyone know what directory I need to specify in linconfig.la to get this
to finish compiling?

I have included config.log if it will help.

Thanks in advanced
John,

Attachment: config.log
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]