Re: [fpc-pascal] Linking issue in Ubuntu 9.04 (32 bit)

2009-04-25 Thread Graeme Geldenhuys
On Fri, Apr 24, 2009 at 10:49 PM, Jonas Maebe wrote: > > It's probably caused by this bug in binutils: > https://bugzilla.novell.com/show_bug.cgi?id=471901 > > It has been fixed in the mean time, but only after binutils 2.19.1 was > released (and I guess your Ubuntu comes either with 2.19 or 2.19.

Re: [fpc-pascal] Linking issue in Ubuntu 9.04 (32 bit)

2009-04-25 Thread Graeme Geldenhuys
On Fri, Apr 24, 2009 at 10:39 PM, Alan Krause wrote: > > And the command I use to compile it is: > fpc -Sd -Cg -O3 proj.pas > > Anyone else having similar issues? Ummm.. just tried your example code and also get that error using Ubuntu 9.04 (rc 2). All our applications compile fine, so does FPC

[fpc-pascal] Opinion about new target: Windows Native NT

2009-04-25 Thread Sven Barth
Hello together! I'm working on a port of FreePascal to the Native NT API of Windows/ReactOS and wanted to ask about your opinion on this idea. For those who don't know what I'm talking about: The Win32 API every Windows (NT) developer normally uses is not the API of its kernel. The kernel its

Re: [fpc-pascal] Opinion about new target: Windows Native NT

2009-04-25 Thread Florian Klaempfl
Sven Barth schrieb: > > Now I ask you (especially the main developers of FPC): Is there any > chance that this target might be added officially to FreePascal Of course, just send patches. > PS: I might also help to update/complete the "porting FPC" > documentation, as some parts are missing. Fo

Re: [fpc-pascal] Opinion about new target: Windows Native NT

2009-04-25 Thread Marco van de Voort
In our previous episode, Sven Barth said: > - I successfully compiled a program with a stub RTL and executed it > during ReactOS' boot process ("hello world" ;) ) > - currently I'm implementing the RTL features step by step (thanks to > HAS_FEATURE_XYZ this is easier then checking which methods o

Re: [fpc-pascal] Opinion about new target: Windows Native NT

2009-04-25 Thread Sven Barth
Ok... I'm definitly impressed by your answering speed ^^ Florian Klaempfl schrieb: Sven Barth schrieb: Now I ask you (especially the main developers of FPC): Is there any chance that this target might be added officially to FreePascal Of course, just send patches. Wonderful! Now