|
Re: bug in libtool --mode=install with EXEEXT: msg#00155gnu.libtool.general
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 <rs@xxxxxxxxxxxxxxxxxxx> * ltmain.in: Only append a dot to the wrapper script when building on cygwin/MSYS (check for $build, not $host). diff -u libtool-20030219/ltmain.in.orig libtool-20030219/ltmain.in --- libtool-20030219/ltmain.in.orig Tue Feb 18 18:12:39 2003 +++ libtool-20030219/ltmain.in Thu Feb 27 14:35:29 2003 @@ -5379,7 +5379,7 @@ # To insure that "foo" is sourced, and not "foo.exe", # finese the cygwin/MSYS system by explicitly sourcing "foo." # which disallows the automatic-append-.exe behavior. - case $host in + case $build in *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; *) wrapperdot=${wrapper} ;; esac @@ -5417,7 +5417,7 @@ # To insure that "foo" is sourced, and not "foo.exe", # finese the cygwin/MSYS system by explicitly sourcing "foo." # which disallows the automatic-append-.exe behavior. - case $host in + case $build in *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; *) wrapperdot=${wrapper} ;; esac -- Ralph |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Libtool Digest, Vol 3, Issue 35: 00155, Bill Northcott |
|---|---|
| Next by Date: | Re: Patch requirements: 00155, Robert Boehne |
| Previous by Thread: | bug in libtool --mode=install with EXEEXTi: 00155, Sebastien Sable |
| Next by Thread: | Re: bug in libtool --mode=install with EXEEXT: 00155, Charles Wilson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |