Re: [fpc-pascal] Linker Error: what does this mean?

2013-01-25 Thread Gerhard Scholz
to have it, of course I can also mail the files. Gerhard - Original Message - From: Tomas Hajny xhaj...@hajny.biz To: FPC-Pascal users discussions fpc-pascal@lists.freepascal.org Sent: Thursday, January 24, 2013 9:32 AM Subject: Re: [fpc-pascal] Linker Error: what does this mean? On Wed

Re: [fpc-pascal] Linker Error: what does this mean?

2013-01-25 Thread Tomas Hajny
- Original Message - From: Tomas Hajny xhaj...@hajny.biz To: FPC-Pascal users discussions fpc-pascal@lists.freepascal.org Sent: Thursday, January 24, 2013 9:32 AM Subject: Re: [fpc-pascal] Linker Error: what does this mean? On Wed, January 23, 2013 23:56, Gerhard Scholz wrote: Hello

Re: [fpc-pascal] Linker Error: what does this mean?

2013-01-24 Thread Tomas Hajny
On Wed, January 23, 2013 23:56, Gerhard Scholz wrote: Hello, thanks for the hint with the -Xe parameter (the external linker is damned slow!), now it compiles. . . I'm glad that the external linker helped. Indeed, slowness of the external linker is one of reasons for using the internal one

Re: [fpc-pascal] Linker Error: what does this mean?

2013-01-23 Thread Gerhard Scholz
for the help. Greetings Gerhard - Original Message - From: Tomas Hajny xhaj...@hajny.biz To: FPC-Pascal users discussions fpc-pascal@lists.freepascal.org Sent: Wednesday, January 23, 2013 1:00 AM Subject: Re: [fpc-pascal] Linker Error: what does this mean? On 23 Jan 13, at 0:01, Gerhard

[fpc-pascal] Linker Error: what does this mean?

2013-01-22 Thread Gerhard Scholz
Question: what's the reason for this error? Linking .\read.exe Error: Failed reading coff file, illegal reloctype $ while reading .\U_UNIDAT The program compiles wonderfully with VirtualPascal; I wanted to recompile it with FPC. Gerhard

Re: [fpc-pascal] Linker Error: what does this mean?

2013-01-22 Thread Tomas Hajny
On 22 Jan 13, at 21:31, Gerhard Scholz wrote: Question: what's the reason for this error? Linking .\read.exe Error: Failed reading coff file, illegal reloctype $ while reading .\U_UNIDAT The program compiles wonderfully with VirtualPascal; I wanted to recompile it with FPC. I

Re: [fpc-pascal] Linker Error: what does this mean?

2013-01-22 Thread Tomas Hajny
On 23 Jan 13, at 0:01, Gerhard Scholz wrote: The files are completed compiled with FPC, no renaming of VPascal object files. The only explanation I have that it must have to do with the size of the file; the .o has 8 MB and just defines some CONST and VAR structures, no code. Assuming