News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Using Pelle's C with Linux

Started by cman, June 02, 2013, 01:17:21 AM

Previous topic - Next topic

cman

I installed Pelle's C on Fedora 18 using Wine 1.5.25 and it seems to work fine. I'd like to use the IDE to debug command-line C programs for Fedora ( I don't like most of the most of the debugging tools that I can find for Linux ). Anyway , how can I configure Pelle's C to do this ( when I tried to compile a program I got errors like this:


POLINK: warning: No object files specified; libraries used.
POLINK: error: Unresolved external symbol '__mainCRTStartup'.
POLINK: fatal error: 1 unresolved external(s).
 

). I know this is probably a silly thing to do , but thanks for any information! :biggrin: