Thanks Dimi, and "La multi ani" (Happy new year).
I'm new to this so please bear with me.
First I edited the Makefile and replaced gcc with winegcc. When I run "make" I get this error when it tries to link:
could not open .def file for kernel32 Error: /usr/bin/winebuild failed. Error: /usr/bin/winewrap failed.
Then, I ran ./configure --help and it says that you can use the "CC" var to specify the compiler. I started from scratch, set "export CC=winegcc", then ran configure again. The output looks like this:
checking whether make sets {$MAKE}... yes checking for gcc... winegcc checking for C compiler default output... configure: error: C compiler cannot create executables
Thanks,
Dan
On Wednesday, December 31, 2003, at 04:57 PM, Dimitrie O. Paun wrote:
On December 31, 2003 07:33 pm, Dan Timis wrote:
I don't understand how Windows dlls and Linux libraries link and how functions are called. What am I missing?
Please use winegcc to build the test app. It does a number of housekeeping tasks behing the scene that might help.
-- Dimi.