[fpc-devel] FPC for Linux x64 compiling static ELF without using glibc ?

2014-11-20 Thread Jy V
There is a question in the mailing list of OSv about providing support for statically linked ELF (compiled by the GO programming language), the guy is asking : Do you know any other language or runtime besides Go that compiles static executables (i.e., does not

Re: [fpc-devel] FPC for Linux x64 compiling static ELF without using glibc ?

2014-11-20 Thread Jonas Maebe
On 20 Nov 2014, at 12:38, Jy V wrote: There is a question in the mailing list of OSv about providing support for statically linked ELF (compiled by the GO programming language), the guy is asking : Do you know any other language or runtime besides Go that

Re: [fpc-devel] FPC for Linux x64 compiling static ELF without using glibc ?

2014-11-20 Thread Sven Barth
Am 20.11.2014 13:43 schrieb Jy V jyv...@gmail.com: On Thu, Nov 20, 2014 at 1:37 PM, Jonas Maebe jonas.ma...@elis.ugent.be wrote: I don't know what statically linked ELF executables 'similar to Go' are, but yes, FPC by default also generates statically linked binaries on Linux. Thank you

Re: [fpc-devel] FPC for Linux x64 compiling static ELF without using glibc ?

2014-11-20 Thread Jonas Maebe
On 20 Nov 2014, at 14:19, Sven Barth wrote: One can however recompile the RTL to use the C library (though as Jonas said that is not the default). Please also note that adding additional units might result in the C library being linked in nevertheless (e.g. cmem, pthreads, etc.). Even if

Re: [fpc-devel] FPC for Linux x64 compiling static ELF without using glibc ?

2014-11-20 Thread Jy V
Jonas, Sven, Thank you for the intel, is there anyone willing to collect a 500 euros bounty to provide a HelloWorld console program compiled with Lazarus to run on OSv ? Jyv. On Thu, Nov 20, 2014 at 2:28 PM, Jonas Maebe jonas.ma...@elis.ugent.be wrote: On 20 Nov 2014, at 14:19, Sven Barth