Re: [fpc-pascal] Compiling 32 bit software on Debian Linux 64 bit

2018-10-30 Thread Luca Olivetti
El 30/10/18 a les 12:25, Rainer Stratmann ha escrit: How is it possible to compile a 32 bit program on a 64 bit Debian Linux? I just build a cross compiler as documented here http://wiki.lazarus.freepascal.org/Cross_compiling#From_Linux_x64_to_Linux_i386 but then, under linux I usually instal

Re: [fpc-pascal] Compiling 32 bit software on Debian Linux 64 bit

2018-10-30 Thread Rainer Stratmann
On Dienstag, 30. Oktober 2018 12:25:04 CET Rainer Stratmann wrote: > How is it possible to compile a 32 bit program on a 64 bit Debian Linux? > > When I select i386 as the target cpu the message 'ppc 386 can't be executed' > appears. > > Is it possible to install ppc386 with an apt-get command? >

Re: [fpc-pascal] odd compiling + linking error (with invalid casting of Exp)

2018-10-30 Thread Bart
On Mon, Oct 29, 2018 at 5:49 PM Dmitry Boyarintsev wrote: > It gives the linking error: > sample.pas(17,1) Error: Undefined symbol: > SYSTEM_::=::\_EXP$EXTENDED::=::\EXTENDED > sample.pas(17,1) Fatal: There were 1 errors compiling module, stopping Same with fpc trunk r39843. Bart _

[fpc-pascal] Compiling 32 bit software on Debian Linux 64 bit

2018-10-30 Thread Rainer Stratmann
How is it possible to compile a 32 bit program on a 64 bit Debian Linux? When I select i386 as the target cpu the message 'ppc 386 can't be executed' appears. Is it possible to install ppc386 with an apt-get command? ___ fpc-pascal maillist - fpc-pas

[fpc-pascal] How to codesign my FPC program

2018-10-30 Thread Dennis
When my users run my FPC compiled 64 bit program, sometimes, they are warned that my exe was not published or known. I am thinking, if I purchase a code signing certificate and sign my exe, will windows remove that warning? I googled and found the cheapest one is form Comodo at USD 75/year. ht