PDA

View Full Version : Complier problems....


Moonliner
11-02-2009, 08:38 PM
I'm working on a bear of a project. I need to compile an application (http://antinat.sourceforge.net/download.shtml) into a windows executable.

I've been playing with MinGW and Msys and expat but I can't seem to get the damn thing to compile. It always barfs with a message "C compiler cannot create executable"

Anyone have any experience with this?

lashbear
11-02-2009, 10:11 PM
Bear projects are the best !

all the rest was double-dutch to me...

Ghoulish Delight
11-02-2009, 11:11 PM
I'm working on a bear of a project. I need to compile an application (http://antinat.sourceforge.net/download.shtml) into a windows executable.

I've been playing with MinGW and Msys and expat but I can't seem to get the damn thing to compile. It always barfs with a message "C compiler cannot create executable"

Anyone have any experience with this?
Have you double checked directory permissions? Did you compile a version to debug that might still be executing, thus preventing the compiler from being able to overwrite the executable?

lashbear
11-03-2009, 12:18 AM
Stoat says to check your PATH environment variable. It's likely it can't find one or more of the required componants.