[gtkada] [ANNOUNCE] LinXtris 0.1a - A Tetris Clone

David C. Hoos david.c.hoos.sr at ada95.com
Fri Jun 20 19:53:54 CEST 2003


----- Original Message ----- 
From: "Thomas De Contes" <d.l.tDeContes at free.fr>
To: <gtkada at lists.act-europe.fr>
Sent: Friday, June 20, 2003 11:55 AM
Subject: Re: [gtkada] [ANNOUNCE] LinXtris 0.1a - A Tetris Clone



Le vendredi, 20 juin 2003, à 15:15 Europe/Paris, duliomatos a écrit :

> I mean it's better to distribute a
> static binary than a regular one.

what are all these kind of binaries ? i known only one kind

A statically-linked binary is a binary which contains all of the code
needed to run the program -- i.e., no dynamic link libraries --.DLLs
(for Windows), no .sos (for Unix/Linux) -- are required.

Dynamically linked binaries are smaller because they don't contain
code that is excpected to reside in the dynamic-link-libraries.

The statically linked binary has the advantage of not needing the
external libraries, and the disadvantage that the needed libraries
may not be present on the target machine.

sorry for my incompetence and that there's no real link with gtkada
feel free to ignore this msg if you find it annoying

_______________________________________________
gtkada mailing list
gtkada at lists.act-europe.fr
http://lists.act-europe.fr/mailman/listinfo/gtkada




More information about the gtkada mailing list