Re: [fpc-pascal] "crtbegin.o" not found

2019-01-03 Thread Bart
On Thu, Jan 3, 2019 at 6:34 PM Florian Klämpfl wrote: > > Maybe there's an appropriate page it can gi into. > > I added it to the explanation of the compiler error. I added it to the FAQ. -- Bart ___ fpc-pascal maillist - fpc-pascal@lists.freepasca

Re: [fpc-pascal] "crtbegin.o" not found

2019-01-03 Thread Florian Klämpfl
Am 03.01.19 um 18:31 schrieb Bart: I put it on my user page on the wiki: http://wiki.lazarus.freepascal.org/User:Bart#Notes_for_myself Maybe there's an appropriate page it can gi into. I added it to the explanation of the compiler error. ___ fpc-pas

Re: [fpc-pascal] "crtbegin.o" not found

2019-01-03 Thread Bart
I put it on my user page on the wiki: http://wiki.lazarus.freepascal.org/User:Bart#Notes_for_myself Maybe there's an appropriate page it can gi into. Bart ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/ma

Re: [fpc-pascal] "crtbegin.o" not found

2019-01-03 Thread Graeme Geldenhuys
On 03/01/2019 16:34, Bart wrote: > Then add that path in the appropriate place in fpc.cfg > (At least I did that on Mint 18.2 and Suse Tumbleweed) Thanks for the reply and your second email. I normally code under FreeBSD (for the last 7 years), so maybe I already fixed it there, but forgot about i

Re: [fpc-pascal] "crtbegin.o" not found

2019-01-03 Thread Bart
On Thu, Jan 3, 2019 at 5:34 PM Bart wrote: > There's a commandline argument to gcc that will tell you where it is. bart@simenon ~ $ gcc --print-file-name crtbeginS.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o from /etc/fpc.cfg: # path to the gcclib #ifdef cpui386 #-Fl/usr/lib/gcc/x86_64-linux-

Re: [fpc-pascal] "crtbegin.o" not found

2019-01-03 Thread Bart
On Thu, Jan 3, 2019 at 3:13 PM Graeme Geldenhuys wrote: > What is that? I'm seeing that compiler warning in my fpGUI projects too? > Since I upgraded to 3.0.4 using Linux 64-bit. It was not there in FPC 2.6.4. That one has been around for some time now on *nix. The linker wants that file. There'

[fpc-pascal] "crtbegin.o" not found

2019-01-03 Thread Graeme Geldenhuys
What is that? I'm seeing that compiler warning in my fpGUI projects too? Since I upgraded to 3.0.4 using Linux 64-bit. It was not there in FPC 2.6.4. Below is a sample output done by Joost, which shows the same warning in a simple One Form LCL based project. Forwarded Message