Re: [fpc-devel] Test: compiling packages

2010-09-21 Thread Sven Barth
The conference departure got shifted by one day, so I can answer you today, but then not until Friday :P Am 21.09.2010 00:30, schrieb Willibald Krenn: > fpc -Fuunits\x86_64-win64 rtl.ppk unknown: 12 unknown: 12 rtl.ppk(7) Error: Multiple defined symbol _DLLMainCRTStartup rtl.ppk(7) Error: U

Re: [fpc-devel] Test: compiling packages

2010-09-20 Thread Willibald Krenn
- execute the following command: fpc -Us -Sg -Fiinc -Fix86_64 -Fiwin -Fiwin64 -FUunits\x86_64-win64 win64\system.pp Had to change it to fpc -Us -Sg -Firtl\inc -Firtl\x86_64 -Firtl\win -Firtl\win64 -FUunits\x86_64-win64 rtl\win64\system.pp but this worked, as expected. Now you should have a

Re: [fpc-devel] Test: compiling packages

2010-09-20 Thread Sven Barth
Am 19.09.2010 22:34, schrieb Willibald Krenn: Hi Sven! Am 19.09.2010 13:49, schrieb Sven Barth: and the following for Windows: pp -Twin32 -Fuunits/i386-win32 rtl.ppk I tried this with my 64 bit-head version of fpc, but it failed to produce any output except an .a and an .o file. fpc -Twin6

Re: [fpc-devel] Test: compiling packages

2010-09-19 Thread Willibald Krenn
Hi Sven! Am 19.09.2010 13:49, schrieb Sven Barth: and the following for Windows: pp -Twin32 -Fuunits/i386-win32 rtl.ppk I tried this with my 64 bit-head version of fpc, but it failed to produce any output except an .a and an .o file. fpc -Twin64 -Fuunits\x86_64-win64 rtl.ppk unknown: 12

[fpc-devel] Test: compiling packages

2010-09-19 Thread Sven Barth
Hello together! After the previous thread about packages I experimented a bit more with them. I tried to compile the following package: source begin package rtl; contains system; end. source end The system unit was precompiled by me for Win32 and for Linux. The follo