Re: skipping incompatible libwine build problem.

2007-01-31 Thread Matthew Watchinski
Yup that works. Thanks for the help. Cheers, -matt Robert Shearman wrote: > Matthew Watchinski wrote: >> simpleapp_exe_LDFLAGS = -mwindows \ >> -mno-cygwin \ >> -municode \ >> -mconsole \ >> -Wb,--verbose >> > > I think you need to add "-m32" h

Re: skipping incompatible libwine build problem.

2007-01-31 Thread Robert Shearman
Matthew Watchinski wrote: simpleapp_exe_LDFLAGS = -mwindows \ -mno-cygwin \ -municode \ -mconsole \ -Wb,--verbose I think you need to add "-m32" here. -- Rob Shearman

Re: skipping incompatible libwine build problem.

2007-01-31 Thread Matthew Watchinski
Sure, attached. Thanks -matt Robert Shearman wrote: > Matthew Watchinski wrote: >> Linux ebx 2.6.17-10-generic #2 SMP Tue Dec 5 21:16:35 UTC 2006 x86_64 >> GNU/Linux >> >> > ... >> wineg++ -mwindows -mno-cygwin -municode -mconsole -o simpleapp.exe.so >> simpleapp.o simpleappList.o -lodb

Re: skipping incompatible libwine build problem.

2007-01-31 Thread Robert Shearman
Matthew Watchinski wrote: Linux ebx 2.6.17-10-generic #2 SMP Tue Dec 5 21:16:35 UTC 2006 x86_64 GNU/Linux ... wineg++ -mwindows -mno-cygwin -municode -mconsole -o simpleapp.exe.so simpleapp.o simpleappList.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid /usr/bin/ld: skipping incompatib

skipping incompatible libwine build problem.

2007-01-30 Thread Matthew Watchinski
Hopefully this is the right mailing list to ask this. If not please point me to the correct list. I have a simple application that use to build just fine using libwine/wine-0.9.30 on ubuntu edgy 32-bit. I just upgraded to a 64 bit system and got wine-0.9.30 installed and working, however, now my