Re: [lazarus] FastZLib: Illegal COFF Magic

2008-01-05 Thread Michael Van Canneyt
On Fri, 4 Jan 2008, Lukas Gradl wrote: Michael Van Canneyt schrieb: On Fri, 4 Jan 2008, Lukas Gradl wrote: Sorry to bother you again - but I'm just too stupid to get it to work. Using cygwin I did a gcc -c adler32.c then I renamed the created adler32.o to adler32.obj.

Re: [lazarus] FastZLib: Illegal COFF Magic

2008-01-05 Thread Lukas Gradl
Michael, thanks for your contiuous support! If you're coming to Tyrol one day feel free to collect a bunch of espressos at my place... *g* But as I've to talk to an external application using ZLibEx I have to use it too. going back to google again, Try to get the symbol names from the

Re: [lazarus] FastZLib: Illegal COFF Magic

2008-01-04 Thread Michael Van Canneyt
On Fri, 4 Jan 2008, Lukas Gradl wrote: Anyone got FastZLib to compile with FPC? (http://www.dellapasqua.com/delphizlib/) When it links the .OBJ-Files there occurs an Illegal COFF Magic while reading and the name of the OBJ-File. Could'nt find an information in that - seems that

Re: [lazarus] FastZLib: Illegal COFF Magic

2008-01-04 Thread Lukas Gradl
Michael Van Canneyt schrieb: On Fri, 4 Jan 2008, Lukas Gradl wrote: Anyone got FastZLib to compile with FPC? (http://www.dellapasqua.com/delphizlib/) When it links the .OBJ-Files there occurs an Illegal COFF Magic while reading and the name of the OBJ-File. Could'nt find an information

Re: [lazarus] FastZLib: Illegal COFF Magic

2008-01-04 Thread Michael Van Canneyt
On Fri, 4 Jan 2008, Lukas Gradl wrote: Michael Van Canneyt schrieb: On Fri, 4 Jan 2008, Lukas Gradl wrote: Anyone got FastZLib to compile with FPC? (http://www.dellapasqua.com/delphizlib/) When it links the .OBJ-Files there occurs an Illegal COFF Magic while

Re: [lazarus] FastZLib: Illegal COFF Magic

2008-01-04 Thread Michael Van Canneyt
On Fri, 4 Jan 2008, Lukas Gradl wrote: Sorry to bother you again - but I'm just too stupid to get it to work. Using cygwin I did a gcc -c adler32.c then I renamed the created adler32.o to adler32.obj. But when trying to link I get a Undefined symbol: ZLIBEX... I never used gcc on

Re: [lazarus] FastZLib: Illegal COFF Magic

2008-01-04 Thread Lukas Gradl
Sorry to bother you again - but I'm just too stupid to get it to work. Using cygwin I did a gcc -c adler32.c then I renamed the created adler32.o to adler32.obj. But when trying to link I get a Undefined symbol: ZLIBEX... I never used gcc on Windows and I'm quite stuck with this OBJ-Files.

Re: [lazarus] FastZLib: Illegal COFF Magic

2008-01-04 Thread Lukas Gradl
Michael Van Canneyt schrieb: On Fri, 4 Jan 2008, Lukas Gradl wrote: Sorry to bother you again - but I'm just too stupid to get it to work. Using cygwin I did a gcc -c adler32.c then I renamed the created adler32.o to adler32.obj. But when trying to link I get a Undefined symbol: ZLIBEX...

[lazarus] FastZLib: Illegal COFF Magic

2008-01-03 Thread Lukas Gradl
Anyone got FastZLib to compile with FPC? (http://www.dellapasqua.com/delphizlib/) When it links the .OBJ-Files there occurs an Illegal COFF Magic while reading and the name of the OBJ-File. Could'nt find an information in that - seems that Borland-C compiled files can not be read by ld.