[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
Gary V. Vaughan |
Subject: |
Re: (no subject) |
Date: |
Tue, 24 Feb 2004 16:16:55 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
henry xiong wrote:
| Hi, libtool, I am using libtool to compile my software. When I run "make" ,
I got a Error. I attached the Error message.
|
| Henry
|
| /bin/ksh ./libtool --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl
| false cru .libs/libltdlc.a .libs/ltdl.o
It appears that libtool thinks your archiver is called `false'. Try this:
~ sed -e 's/^AR=.*$/AR="ar"/' libtool > libtool.tmp
~ mv libtool.tmp libtool
~ chmod 755 libtool
You might be able to figure out why libtool couldn't find "ar" by examining
your config.log.
Cheers,
Gary.
- --
Gary V. Vaughan ())_. address@hidden,gnu.org}
Research Scientist ( '/ http://www.oranda.demon.co.uk
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAO3j3FRMICSmD1gYRAosKAJ9qApkfJDBNrNpYg7gEORx/J86RrgCfbqYb
GQmbLOLuxBaVVwR6WZwf3SY=
=ulGU
-----END PGP SIGNATURE-----