Re: problem when cross compiling with mingw32ce

2009-01-22 Thread Vincent Torri
On Wed, 21 Jan 2009, Charles Wilson wrote: Vincent Torri wrote: here is a reminding of something that i reported 2 months ago: (see http://lists.gnu.org/archive/html/libtool/2008-11/msg00147.html). I recall the facts: when using the mingw32ce compiler, func_emit_cwrapperexe_src() fails,

Re: problem when cross compiling with mingw32ce

2009-01-21 Thread Charles Wilson
Vincent Torri wrote: here is a reminding of something that i reported 2 months ago: (see http://lists.gnu.org/archive/html/libtool/2008-11/msg00147.html). I recall the facts: when using the mingw32ce compiler, func_emit_cwrapperexe_src() fails, hence the installation of the binaries is not

Re: problem when cross compiling with mingw32ce

2009-01-19 Thread Vincent Torri
Hey, here is a reminding of something that i reported 2 months ago: (see http://lists.gnu.org/archive/html/libtool/2008-11/msg00147.html). I recall the facts: when using the mingw32ce compiler, func_emit_cwrapperexe_src() fails, hence the installation of the binaries is not done. That

Re: problem when cross compiling with mingw32ce

2008-12-07 Thread Vincent Torri
On Sun, 7 Dec 2008, Roumen Petrov wrote: 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). sorry, i was not precise enough. So: 1) with

Re: problem when cross compiling with mingw32ce

2008-12-07 Thread Ralf Wildenhues
Hello Vincent, * Vincent Torri wrote on Sun, Dec 07, 2008 at 09:49:56AM CET: On Sun, 7 Dec 2008, Roumen Petrov wrote: 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

Re: problem when cross compiling with mingw32ce

2008-12-07 Thread Vincent Torri
Hey, On Mon, 8 Dec 2008, Ralf Wildenhues wrote: For the second case, the mingw32ce one, please show exactly the failure output; i.e., if 'make install' fails, then copy and paste all of its output. Then, in that output, find the 'libtool --mode=install' command that failed, rerun it manually

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

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

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)

Re: problem when cross compiling with mingw32ce

2008-11-28 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

Re: problem when cross compiling with mingw32ce

2008-11-23 Thread Ralf Wildenhues
I've pushed three patches for cegcc now. This should flush all patches pending from this mail thread. Cheers, Ralf commit 2a06feab95ec4c0e10f265dfb40aff381489d8f3 Author: Vincent Torri [EMAIL PROTECTED] Date: Sun Nov 23 20:30:33 2008 +0100 Fix func_emit_cwrapperexe_src for WinCE: no

Re: problem when cross compiling with mingw32ce

2008-11-23 Thread Ralf Wildenhues
Hello Vincent, * 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

Re: problem when cross compiling with mingw32ce

2008-10-28 Thread Ralf Wildenhues
* Vincent Torri wrote on Mon, Oct 27, 2008 at 11:39:58PM CET: /bin/sh ../../libtool --debug --tag=CXX --mode=link arm-mingw32ce-g++ -g -O2 -no-undefined -Wl,--enable-auto-import -version-info 0:1:0 -L/home/torri/local/wince/lib -L/home/torri/local/opt/cegcc/lib -o libevil.la -rpath

Re: problem when cross compiling with mingw32ce

2008-10-27 Thread Vincent Torri
On Mon, 27 Oct 2008, Ralf Wildenhues wrote: It would help if you posted, for a library where this fails, the output of the './libtool --mode=link' line with --debug added as first argument; the command is: /bin/sh ../../../libtool --debug --tag=CC --mode=link arm-mingw32ce-gcc -g -O2

Re: problem when cross compiling with mingw32ce

2008-10-22 Thread Vincent Torri
Hey, Now I have a problem with libm.a. The ptch you provided is good for all the static lib i currently used, but recently i had to use libm.a (more precisely, it's libtool which adds -lm when c++ code is used). Here are some output: * arm-mingw32ce-objdump -f

Re: problem when cross compiling with mingw32ce

2008-10-22 Thread Ralf Wildenhues
Hi Vincent, * Vincent Torri wrote on Wed, Oct 22, 2008 at 08:18:28AM CEST: Now I have a problem with libm.a. The ptch you provided is good for all the static lib i currently used, but recently i had to use libm.a (more precisely, it's libtool which adds -lm when c++ code is used). *

Re: problem when cross compiling with mingw32ce

2008-10-08 Thread Roumen Petrov
Vincent Torri wrote: On Tue, 7 Oct 2008, Roumen Petrov wrote: Vincent Torri wrote: Hey, Even if i'm still waiting for an answer about the func_win32_libid() function, here is the 2nd problem: On Sun, 5 Oct 2008, Ralf Wildenhues wrote: 2) 2nd qestion: I have the following message from

Re: problem when cross compiling with mingw32ce

2008-10-08 Thread Vincent Torri
On Wed, 8 Oct 2008, Roumen Petrov wrote: Vincent Torri wrote: On Tue, 7 Oct 2008, Roumen Petrov wrote: Vincent Torri wrote: Hey, Even if i'm still waiting for an answer about the func_win32_libid() function, here is the 2nd problem: On Sun, 5 Oct 2008, Ralf Wildenhues wrote: 2)

Re: problem when cross compiling with mingw32ce

2008-10-08 Thread Vincent Torri
On Wed, 8 Oct 2008, Roumen Petrov wrote: Libtool try to convert path from build system to the path from host system. So, where and how can I correct that in ltmain.sh ? any idea ? Vincent Torri ___

Re: problem when cross compiling with mingw32ce

2008-10-07 Thread Vincent Torri
Hey, Even if i'm still waiting for an answer about the func_win32_libid() function, here is the 2nd problem: On Sun, 5 Oct 2008, Ralf Wildenhues wrote: 2) 2nd qestion: I have the following message from libtool (which i do not have with other compilers): libtool: link: Could not determine

Re: problem when cross compiling with mingw32ce

2008-10-07 Thread Roumen Petrov
Vincent Torri wrote: Hey, Even if i'm still waiting for an answer about the func_win32_libid() function, here is the 2nd problem: On Sun, 5 Oct 2008, Ralf Wildenhues wrote: 2) 2nd qestion: I have the following message from libtool (which i do not have with other compilers): libtool:

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Ralf Wildenhues
* Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST: If with those settings, things still fail, you should surround the func_win32_libid code in your libtool script with 'set -x', 'set +x' and look at the commands called, when 'libtool --mode=link' is run. Call them manually and

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Vincent Torri
On Sun, 5 Oct 2008, Ralf Wildenhues wrote: * Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST: If with those settings, things still fail, you should surround the func_win32_libid code in your libtool script with 'set -x', 'set +x' and look at the commands called, when 'libtool

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Ralf Wildenhues
Hello Vincent, and sorry for the delay, * Vincent Torri wrote on Fri, Oct 03, 2008 at 08:52:54AM CEST: I'm cross-compiling using the cegcc toolchain and the mingw32ce compiler. I have 2 problems: 1) I use Windows sockets, hence i have to link against libws2 and I pass -lws2. I have the

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Vincent Torri
Hey, * Vincent Torri wrote on Fri, Oct 03, 2008 at 08:52:54AM CEST: I'm cross-compiling using the cegcc toolchain and the mingw32ce compiler. I have 2 problems: 1) I use Windows sockets, hence i have to link against libws2 and I pass -lws2. I have the following (usual...) message: ***

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Ralf Wildenhues
* Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST: If with those settings, things still fail, you should surround the func_win32_libid code in your libtool script with 'set -x', 'set +x' and look at the commands called, when 'libtool --mode=link' is run. Call them manually and

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Vincent Torri
On Sun, 5 Oct 2008, Ralf Wildenhues wrote: * Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST: If with those settings, things still fail, you should surround the func_win32_libid code in your libtool script with 'set -x', 'set +x' and look at the commands called, when 'libtool

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Vincent Torri
On Sun, 5 Oct 2008, Ralf Wildenhues wrote: * Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST: If with those settings, things still fail, you should surround the func_win32_libid code in your libtool script with 'set -x', 'set +x' and look at the commands called, when 'libtool

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Vincent Torri
On Sun, 5 Oct 2008, Vincent Torri wrote: On Sun, 5 Oct 2008, Ralf Wildenhues wrote: * Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST: If with those settings, things still fail, you should surround the func_win32_libid code in your libtool script with 'set -x', 'set +x' and

Re: problem when cross compiling with mingw32ce

2008-10-03 Thread Vincent Torri
I'm cross-compiling using the cegcc toolchain and the mingw32ce compiler. I have 2 problems: 1) I use Windows sockets, hence i have to link against libws2 and I pass -lws2. I have the following (usual...) message: *** Warning: linker path does not have real file for library -lws2. *** I

Re: problem when cross compiling with mingw32ce

2008-09-17 Thread Vincent Torri
I'm cross-compiling using the cegcc toolchain and the mingw32ce compiler. I have 2 problems: 1) I use Windows sockets, hence i have to link against libws2 and I pass -lws2. I have the following (usual...) message: *** Warning: linker path does not have real file for library -lws2. *** I

problem when cross compiling with mingw32ce

2008-09-14 Thread Vincent Torri
Hey, I'm cross-compiling using the cegcc toolchain and the mingw32ce compiler. I have 2 problems: 1) I use Windows sockets, hence i have to link against libws2 and I pass -lws2. I have the following (usual...) message: *** Warning: linker path does not have real file for library -lws2.