DJGPP problems

I’m having problems when compiling with DJGPP gcc under win32. I get a
megaspam of error messages complaining about undefined refenrences to
LoadLibrary and similiar functions. I think this is because lack of
dynamic libraries to which I couldn’t find any reference in DJGPP
documentation. Which files do I need (if any)?

  • Otso Makinen

I think you need to use mingw32 (Another Opensource cross compiler) there is
a link on the web page.

emblem

emblem wrote:

I think you need to use mingw32 (Another Opensource cross compiler) there is
a link on the web page.

And I have tried setting up a native Win32 compiler - without much luck.
I use a cross compiler under Linux which compiles to Win32, and it works
great and is easy to setup. There’s a link to a compiled and
ready-to-install
version of the compiler on the SDL-webpage. If you’ve got access to a
Linux-
machine, I would recommend doing this. The recommendation is only based
on
my current experience.

Cheers–
val it = ("?NOQ of the Sun", “Johnny Andersen”,
[“anoq at vip.cybercity.dk”, “anoq at berlin-consortium.org”,
“anoq at diku.dk”], “http://users.cybercity.dk/~ccc25861/”)
: cyberspacename * meatspacename * email list * homepage URL

I have precompiled binaries of cross-compiler and native Win32 compiler
at: http://www.devolution.com/~slouken/SDL/Xmingw32/

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
Author of Simple DirectMedia Layer -
http://www.devolution.com/~slouken/SDL/