Re: bug in libtool --mode=install with EXEEXT

2003-02-27 Thread Charles Wilson
This is obviously correct; please check in. I'm sorry I missed this, when I submitted the original patch. I'll go hide, now. --Chuck Schleicher Ralph (LLI) wrote: 2003-02-27 Ralph Schleicher <[EMAIL PROTECTED]> * ltmain.in: Only append a dot to the wrapper script when buildi

cvs/HEAD: broken clean on linux+libtool

2003-02-27 Thread Wesley W. Terpstra
I have attached a small example tar.gz of this (obvious) bug. cd test make make clean ... and it is not that clean. (it leaves .la and .a files in */.libs) If you look at the commands libtool executes: rm -f lib2/libb.la lib2/main/main/.libs/libb.al lib2/main/main/.libs/libb.la

Re: Convenience Libraries

2003-02-27 Thread Bill Northcott
>> In general, Libtool won't prevent you from doing anything > that the linker can. This works by passing flags through > Libtool with these flags: Not really. As has been discussed here before it will not let you produce a dynamic by linking static libraries, although this can be done with di

Re: Libtool Digest, Vol 3, Issue 35

2003-02-27 Thread Robert Boehne
Bill, In general, Libtool won't prevent you from doing anything that the linker can. This works by passing flags through Libtool with these flags: `-Wl,FLAG' `-Xlinker FLAG' Pass a linker specific flag directly to the linker. `-XCClinker FLAG' Pass a link specific flag to the compiler

Re: Patch requirements

2003-02-27 Thread Robert Boehne
Samuel Meder wrote: > > New and improved patch. > > /Sam > Posted to the wrong list. :( http://www.gnu.org/software/libtool/contribute.html ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Re: bug in libtool --mode=install with EXEEXT

2003-02-27 Thread Schleicher Ralph (LLI)
Sebastien Sable wrote: > ../libtool: line 5764: ./test_libbraille.: No such file or directory Hi, just ran in the same bug while cross compiling for MinGW on a HP-UX box. Here is a patch: 2003-02-27 Ralph Schleicher <[EMAIL PROTECTED]> * ltmain.in: Only append a dot to the wrapper