[Verse-dev] Building Verse on Win32 (gcc)

Kaos kaos at explosive.se
Tue Apr 19 18:43:43 CEST 2005


Which functions does it say is undefined.. have you tried to re-order your
libraries when specified?

does any of the app's in the cvs compile ok? (like connector, loq airou or whatever
it's name was, never quite got it, etc.. ;)?

//K

TJay wrote:
> Florian:
> I tried passing those options to Cygwin, but it didn't work. Same
> errors as before: Undefined references to (insert winsock function
> here) in v_network.c.
> I looked at the verse makefile again and noticed another $CC line, in
> the automatic file generation part. So I edited that line so that both
> the lines had these: -L"C:/Dev-Cpp/lib" -lwsock32 in addition to what
> was already in the makefile. So now all the calls to gcc should have
> winsock passed to it.
> 1. Then I compiled with MinGW: didn't work.
> 2. Tried it with Cygwin: worked! But now I need Cygwin1.dll...
> 3. Added -mno-cygwin -mwindows to the makefile and compiled with
> Cygwin again. Doesn't compile. -mconsole doesn't help.
> Tried compiling my test app using the library compiled from step 2
> above. MinGW and Cygwin both complained about undefined references. It
> seems the library I compiled is bogus...
> Darn...
> 
> Kaos:
> I couldn't use your Dev-Cpp files directly, so I copied it "manually",
> running back and forth between 2 computers and comparing the .dev
> files in Wordpad to make sure they were the same. Then I tried to
> compile it in Dev-Cpp. Compiles without any hiccups. ~150KB, just like
> before. Then I tried to compile my test app by linking against this
> library, and just like before, I get "undefined references"... Another
> bogus library created? Sigh...
> 
> Summary:
> Dev-Cpp (MinGW) compiles.
> MSYS (MinGW) does not compile.
> Cygwin compiles when explicitly passed *only* the link and default
> flags, but doesn't otherwise.
> ***None of the compiled libraries work***
> 
> ~ TJay... Frustrated ~
> _______________________________________________
> Verse-dev mailing list
> Verse-dev at projects.blender.org
> http://projects.blender.org/mailman/listinfo/verse-dev




More information about the Verse-dev mailing list