Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Mati on June 23, 2007, 07:10:27 pm

Title: Linking stage skippded
Post by: Mati on June 23, 2007, 07:10:27 pm
Hello,

i'm new to code::blocks and i can't find the right documenation which would help me. I created a new project and inserted ready c++ files. Now i want to compile and the programm message is: The project isn't build yet - do you want to build? I press OK and the message comes again and again...and nothing happens. In the console stands: Linking stage skipped.
I have the newest nightly build!

Could anybody help me ? :)

EDIT: I already know that i have to add some libraries - but which libraries? I'm working with Linux...
Title: Re: Linking stage skippded
Post by: maxx.t on June 27, 2007, 08:43:39 am
Open menu "Project" / "Properties" and then select notebook "Targets".  In the left pane you can see the target(s) of your project and in the pane lower right the files of the project ("Build target files"). Make sure that all (relevant) files are checked.
Title: Re: Linking stage skippded
Post by: mandrav on June 27, 2007, 08:50:52 am
Quote
In the console stands: Linking stage skipped.

Come on... how hard is it to share with us the exact contents of the build log?