This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libtool problem


sorry,
I've just noticed I was looking at the wrong cvs file and the sed stuff is 
the same as in libtool cvs.
it's still a mystery to me why aclocal isn't picking up the 
LT_AC_PROG_SED macro.
I get the same problem with dllhelpers-0.4.0/cxx_autotools so I know it 
isn't the way my project is set up.

Daniel

On 12 Feb 2002 at 12:41, cygwin@cygwin.com sent forth the message:

> Hi,
> I'm new to the list so I hope I haven't missed this being discussed 
> already.
> I've tried libtoolizing a project with the latest libtool-devel 
> (20020202-1), but after running configure;make it aborts with the 
> following error.
> 
> /bin/sh ../libtool --mode=compile g++ -DGLOBCONFPATH=\"/usr/local/etc/sword.conf\" -DUNIX -I. -I../../lib -I.. -I../../include    -g -O0 -Werror -finstrument-functions -g -c -o swkey.lo `test -f ../../src/keys/swkey.cpp || echo '../../lib/'`../../src/keys/swkey.cpp
> s%^.*/%%: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> -e: not found
> : compile: cannot determine name of library object from `'
> make[2]: *** [swkey.lo] Error 1
> 
> This appears to be because the variable SED is undefined even though 
> it is used in a few places in the generated libtool.
> A workaround is to set SED myself.
> 
> This definitely cygwin specific because a diff of ltmain.sh against 
> the one in libtool cvs shows that "sed" has been replaced with 
> "${SED}" all over the place.
> 
> Thanks,
> Daniel
> 
> P.S. Please cc me on replies



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]