News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

link libraries ?

Started by zorglub!, June 17, 2009, 11:50:58 PM

Previous topic - Next topic

zorglub!

Hi

I got the message: Linking stage skipped ( built target has no object files to link )
Which libraries to use for a standard C source
I'm using Gcc for compiler ( from Mandriva 2009.0)

rgds

Jenna

This can happen if you try to compile an empty project, or an empty build target.

zorglub!

I have a piece of C source..
I have selected Debug as built target
It compiles right ( no error ) but obviously I'm missing something...