[fpc-pascal] Warning: crti.o and crtn.o not found

2013-03-28 Thread Anthony Walter
What is causing warnings for crti.o and crtn.o as described below? I just got the latest fpc and lazarus from svn, and after build everything I wrote a Hello World Gtk2 test project on Ubuntu 12.04 (32 bit) with the following messages ... Options changed, recompiling clean with -B

Re: [fpc-pascal] Warning: crti.o and crtn.o not found

2013-03-28 Thread Tomas Hajny
On Thu, March 28, 2013 15:30, Anthony Walter wrote: What is causing warnings for crti.o and crtn.o as described below? I just got the latest fpc and lazarus from svn, and after build everything I wrote a Hello World Gtk2 test project on Ubuntu 12.04 (32 bit) with the following messages ...

Re: [fpc-pascal] Warning: crti.o and crtn.o not found

2013-03-28 Thread Marco van de Voort
In our previous episode, Anthony Walter said: What is causing warnings for crti.o and crtn.o as described below? The fact that they don't exist :-) Which in turn is probably due to the fact that the system hasn't been prepared for C development, and you are linking to C libs. Probably you need