[fpc-pascal] build-id

2011-06-20 Thread Julien Devillers
Hello With fpc for linux, I need to include a build-id to my executable but I don't see any option for this. I found that http://lists.fedoraproject.org/pipermail/devel/2007-October/112754.html but it's rather old, maybe something have been done on the subject until today. Any

Re: [fpc-pascal] build-id

2011-06-20 Thread Rainer Stratmann
Am Monday 20 June 2011 11:45:25 schrieb Julien Devillers: Hello With fpc for linux, I need to include a build-id to my executable but I don't see any option for this. A Build-Date would also be good if it's not already possible. I found that

Re: [fpc-pascal] build-id

2011-06-20 Thread Marco van de Voort
In our previous episode, Julien Devillers said: With fpc for linux, I need to include a build-id to my executable but I don't see any option for this. You can pass arguments to the linker directly using -k. If the linker supports --build-id, simply pass -k--build-id to the linker

[fpc-pascal] fpwrite error

2011-06-20 Thread Lionel Drevon
Hello everybody, since i migrate to a 64bits hardware, i have compiled a old source with the last fpc 64 bits under linux. (due to an old 32 bits compiled software using in a 32 bits hardware, which have the same beahaviour...) I'have got some times an error during an fpwrite to a socket. (so