Re: problem when cross compiling with mingw32ce

2008-12-06 Thread Vincent Torri


Hey,


* Vincent Torri wrote on Tue, Oct 07, 2008 at 05:30:24PM CEST:

libtool call:

/bin/sh ../../libtool --tag=CC   --mode=link arm-mingw32ce-gcc  -g -O2
-Wl,--enable-auto-import -L/home/torri/local/wince/lib
-L/home/torri/local/opt/cegcc/lib -o suite.exe suite.o test_memcpy.o
memcpy_glibc_arm.o ../../src/lib/libevil.la
libtool: link: arm-mingw32ce-gcc -g -O2 -Wl,--enable-auto-import -o
.libs/suite.exe suite.o test_memcpy.o memcpy_glibc_arm.o
-L/home/torri/local/wince/lib -L/home/torri/local/opt/cegcc/lib
../../src/lib/.libs/libevil.dll.a -lws2 -L/home/torri/local/wince/lib

libtool: link: Could not determine host path corresponding to
libtool: link:
'/home/torri/tmp/svnroot_wince/e17/proto/evil/src/lib/.libs'
libtool: link: Continuing, but uninstalled executables may not work.
libtool: link: Could not determine host path corresponding to
libtool: link:   '/home/torri/local/wince/lib'
libtool: link: Continuing, but uninstalled executables may not work.
libtool: link: Could not determine host path corresponding to
libtool: link:   '/home/torri/local/wince/bin'
libtool: link: Continuing, but uninstalled executables may not work.
libtool: link: Could not determine host path corresponding to
libtool: link:   '/home/torri/local/opt/cegcc/lib'
libtool: link: Continuing, but uninstalled executables may not work.
libtool: link: Could not determine host path corresponding to
libtool: link:   '/home/torri/local/opt/cegcc/bin'
libtool: link: Continuing, but uninstalled executables may not work.
libtool: link: Could not determine host path corresponding to
libtool: link:
'/home/torri/tmp/svnroot_wince/e17/proto/evil/src/lib/.libs'
libtool: link: Continuing, but uninstalled executables may not work.


Do you still have this problem, and if yes, is there anything wrong
*except* for the warnings?


Note that I also have those warnings when I cross-compile on linux using 
the host i586-mingw32msvc. So it's not specific to the arm-mingw32ce host


Vincent Torri


___
http://lists.gnu.org/mailman/listinfo/libtool


Re: problem when cross compiling with mingw32ce

2008-12-06 Thread Roumen Petrov

Vincent Torri wrote:


Hey,


* Vincent Torri wrote on Tue, Oct 07, 2008 at 05:30:24PM CEST:

libtool call:

/bin/sh ../../libtool --tag=CC   --mode=link arm-mingw32ce-gcc  -g -O2
-Wl,--enable-auto-import -L/home/torri/local/wince/lib
-L/home/torri/local/opt/cegcc/lib -o suite.exe suite.o test_memcpy.o
memcpy_glibc_arm.o ../../src/lib/libevil.la
libtool: link: arm-mingw32ce-gcc -g -O2 -Wl,--enable-auto-import -o
.libs/suite.exe suite.o test_memcpy.o memcpy_glibc_arm.o
-L/home/torri/local/wince/lib -L/home/torri/local/opt/cegcc/lib
../../src/lib/.libs/libevil.dll.a -lws2 -L/home/torri/local/wince/lib

libtool: link: Could not determine host path corresponding to
libtool: link:
'/home/torri/tmp/svnroot_wince/e17/proto/evil/src/lib/.libs'
libtool: link: Continuing, but uninstalled executables may not work.
libtool: link: Could not determine host path corresponding to
libtool: link:   '/home/torri/local/wince/lib'

[SNIP]


Note that I also have those warnings when I cross-compile on linux using 
the host i586-mingw32msvc. So it's not specific to the arm-mingw32ce host


Vincent Torri


You environment lack emulator, or winepath isn't in PATH.

Roumen



___
http://lists.gnu.org/mailman/listinfo/libtool


Re: problem when cross compiling with mingw32ce

2008-12-06 Thread Vincent Torri



On Sat, 6 Dec 2008, Roumen Petrov wrote:


You environment lack emulator, or winepath isn't in PATH.


WHY do I need an emulator ? I don't care about that. I just want my 
executables being installed (copied) in the prefix/bin directory I passed 
when I exec 'make install'. That's all. WHY does libtool does not want to 
do so ? Is there a way to forbid libtool executing that wrapper ? like 
-do-not-exec-the-stupid-wrapper


Vincent Torri


___
http://lists.gnu.org/mailman/listinfo/libtool


Re: problem when cross compiling with mingw32ce

2008-12-06 Thread Roumen Petrov

Vincent Torri wrote:



On Sat, 6 Dec 2008, Roumen Petrov wrote:


You environment lack emulator, or winepath isn't in PATH.


WHY do I need an emulator ?


I need it to run the project tests including libtool tests.


 I don't care about that. I just want my
executables being installed (copied) in the prefix/bin directory I 
passed when I exec 'make install'. That's all. WHY does libtool does not 
want to do so ? Is there a way to forbid libtool executing that wrapper 
? like -do-not-exec-the-stupid-wrapper


It is just a warning. Is there a real issue ?


Vincent Torri



Roumen


___
http://lists.gnu.org/mailman/listinfo/libtool


Re: problem when cross compiling with mingw32ce

2008-12-06 Thread Vincent Torri



I don't care about that. I just want my
executables being installed (copied) in the prefix/bin directory I passed 
when I exec 'make install'. That's all. WHY does libtool does not want to 
do so ? Is there a way to forbid libtool executing that wrapper ? like 
-do-not-exec-the-stupid-wrapper


It is just a warning. Is there a real issue ?


the issue is that 'make install' installs no executables at all.

Vincent Torri


___
http://lists.gnu.org/mailman/listinfo/libtool


Re: problem when cross compiling with mingw32ce

2008-12-06 Thread Roumen Petrov


Vincent Torri wrote:



I don't care about that. I just want my
executables being installed (copied) in the prefix/bin directory I 
passed when I exec 'make install'. That's all. WHY does libtool does 
not want to do so ? Is there a way to forbid libtool executing that 
wrapper ? like -do-not-exec-the-stupid-wrapper


It is just a warning. Is there a real issue ?


the issue is that 'make install' installs no executables at all.


Vincent, I can't reproduce with testcase from attached file 
"lt-mingw-nowine-bootstrap.sh.gz" (Note my emulator is not in 
/bin:/usr/bin).


Result:
$ /bin/ls -l /tmp/test/pkg/lt-mingw-nowine/*
/tmp/test/pkg/lt-mingw-nowine/bin:
...
-rwxr-xr-x 1 ... 2008-12-07 01:12 foo.exe
-rwxr-xr-x 1 ... 2008-12-07 01:12 libfoo1-0.dll
-rwxr-xr-x 1 ... 2008-12-07 01:12 libfoo2-0.dll

/tmp/test/pkg/lt-mingw-nowine/lib:
...
-rw-r--r-- 1 ... 2008-12-07 01:12 libfoo1.a
-rwxr-xr-x 1 ... 2008-12-07 01:12 libfoo1.dll.a
-rwxr-xr-x 1 ... 2008-12-07 01:12 libfoo1.la
-rw-r--r-- 1 ... 2008-12-07 01:12 libfoo2.a
-rwxr-xr-x 1 ... 2008-12-07 01:12 libfoo2.dll.a
-rwxr-xr-x 1 ... 2008-12-07 01:12 libfoo2.la

Roumen


lt-mingw-nowine-bootstrap.sh.gz
Description: application/gzip
___
http://lists.gnu.org/mailman/listinfo/libtool