[fpc-devel]openbsd 3.4 + fpc

2004-02-14 Thread Lee Bowyer
Hi, I'm trying to compile 1.9.2 on openbsd 3.4, does anybody have any hints/tips? Does it compile to an elf now for the openbsd target? (or still a.out?) Thanks -- Lee Bowyer [EMAIL PROTECTED] www.networkpenetration.com ___ fpc-devel maillist - [EM

Re: [fpc-devel]openbsd 3.4 + fpc

2004-02-14 Thread Marco van de Voort
> Hi, I'm trying to compile 1.9.2 on openbsd 3.4, does anybody have any > hints/tips? Does it compile to an elf now for the openbsd target? (or > still a.out?) I started adapting 1.9.2 to OpenBSD 3.4, but had some problems with the end of file detection, and abandoned it because I couldn't debug

[fpc-devel]lazarus snap make with current fpc snap (13.Feb)

2004-02-14 Thread rstar
D:\lazarus>make make -C lcl all make[1]: Entering directory `D:/lazarus/lcl' d:/fpc/bin/win32/rm.exe -f units/i386/win32/alllclunits.ppu d:/fpc/bin/win32/ppc386.exe -gl -Fu. -Fiinclude -FUunits/i386/win32 -di386 alllclunits.pp Hint: End of reading config file d:\fpc\bin\win32\fpc.cfg Free Pascal C

Re: [fpc-devel]Determining overloads between Single and Double

2004-02-14 Thread Jonas Maebe
On 13 feb 2004, at 22:17, Michalis Kamburelis wrote: but sometimes it's a pain trying to write code in ObjFpc mode that should compile under Delphi too In that case, why do you want to use that single(1.0) construct? That won't compile in Delphi either... I'm not sure what you are trying to ach

Re: [fpc-devel]Determining overloads between Single and Double

2004-02-14 Thread Michalis Kamburelis
Jonas Maebe wrote: On 13 feb 2004, at 22:17, Michalis Kamburelis wrote: but sometimes it's a pain trying to write code in ObjFpc mode that should compile under Delphi too In that case, why do you want to use that single(1.0) construct? That won't compile in Delphi either... I'm not sure what y