Code::Blocks Forums

User forums => Help => Topic started by: zorglub! on June 17, 2009, 11:50:58 pm

Title: link libraries ?
Post by: zorglub! on June 17, 2009, 11:50:58 pm
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
Title: Re: link libraries ?
Post by: Jenna on June 18, 2009, 12:05:56 am
This can happen if you try to compile an empty project, or an empty build target.
Title: Re: link libraries ?
Post by: zorglub! on June 18, 2009, 12:22:37 am
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...