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

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

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

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