Author Topic: link libraries ?  (Read 3457 times)

Offline zorglub!

  • Multiple posting newcomer
  • *
  • Posts: 11
link libraries ?
« 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: link libraries ?
« Reply #1 on: June 18, 2009, 12:05:56 am »
This can happen if you try to compile an empty project, or an empty build target.

Offline zorglub!

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: link libraries ?
« Reply #2 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...