On Tue, 21 Jun 2011, Lionel Drevon wrote:
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 tim
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
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
_
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
>
> http://lists.fedoraproject.org/pip
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 id