Re: [Lazarus] crti.o crtbegin.o crtend.o crtn.o

2013-06-04 Thread leledumbo
Just ignore the warnings, they seem to be safe for FPC programs (FPC doesn't use GCC initializer/finalizer, it has its own). This may be caused by newer binutils, whose behavior is documented here: http://gcc.gnu.org/onlinedocs/gccint/Initialization.html -- View this message in context:

Re: [Lazarus] crti.o crtbegin.o crtend.o crtn.o

2013-06-04 Thread Junior
it did not existed before. always (in any project) shows this warning in the compilation would not be a bug? thanks Em 04-06-2013 12:21, leledumbo escreveu: Just ignore the warnings, they seem to be safe for FPC programs (FPC doesn't use GCC initializer/finalizer, it has its own). This may be

[Lazarus] crti.o crtbegin.o crtend.o crtn.o

2013-06-03 Thread Junior
Hi all When compiling fpc 2.7.1 realized these warnings: --- fpmake.pp(218,1) Warning: crti.o not found, this will probably cause a linking failure fpmake.pp(218,1) Warning: crtbegin.o not found, this will probably cause a linking failure