Distributing gnustep-based software

2005-02-04 Thread Sébastien Pierre
Hi everyone ! I was wondering if it is possible to statically link everything that a program uses in GNUstep, so that I can end up with an executable that will simply work out of the box on Linux systems with or without GNUstep. -- Sébastien -- «And just as declarative _thinking_ and

Re: Distributing gnustep-based software

2005-02-04 Thread Sébastien Pierre
Hello ! I must say that I prefer the long answer, because : 1/ I don't rely on the AppKit 2/ I don't use the distributed notification, pasteboard or objects mapper however, I still have this question in mind : how do I practically link gnustep statically to my application with GNUstep makefile

Re: Distributing gnustep-based software

2005-02-04 Thread Richard Frith-Macdonald
On 4 Feb 2005, at 16:14, Sébastien Pierre wrote: Hi everyone ! I was wondering if it is possible to statically link everything that a program uses in GNUstep, so that I can end up with an executable that will simply work out of the box on Linux systems with or without GNUstep. No ... the system

Re: Distributing gnustep-based software

2005-02-04 Thread Gregory John Casamento
Sébastien, --- Sébastien Pierre [EMAIL PROTECTED] wrote: Hi everyone ! I was wondering if it is possible to statically link everything that a program uses in GNUstep, so that I can end up with an executable that will simply work out of the box on Linux systems with or without GNUstep.

Re: Distributing gnustep-based software

2005-02-04 Thread Gregory John Casamento
See below, --- Sébastien Pierre [EMAIL PROTECTED] wrote: Le 4 févr. 05, à 18:21, Richard Frith-Macdonald a écrit : do a clean install of make + base, then build and install my program ... then I can make a tar image of the entire /usr/GNUstep tree (my program will be in

Re: Distributing gnustep-based software

2005-02-04 Thread Richard Frith-Macdonald
On 4 Feb 2005, at 17:39, Sébastien Pierre wrote: Le 4 févr. 05, à 18:21, Richard Frith-Macdonald a écrit : do a clean install of make + base, then build and install my program ... then I can make a tar image of the entire /usr/GNUstep tree (my program will be in /usr/GNUstep/Local/Tools). This

Re: Distributing gnustep-based software

2005-02-04 Thread Gregory John Casamento
--- Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On 4 Feb 2005, at 18:37, Gregory John Casamento wrote: All but #1. I'm confused, however, first you want avoid installing GNUstep altogther (by linking with it statically), and then you want to install GNUstep, even if the user

Re: Distributing gnustep-based software

2005-02-04 Thread Alex Perez
Richard Frith-Macdonald wrote: On 4 Feb 2005, at 16:14, Sébastien Pierre wrote: Hi everyone ! I was wondering if it is possible to statically link everything that a program uses in GNUstep, so that I can end up with an executable that will simply work out of the box on Linux systems with or

Re: Distributing gnustep-based software

2005-02-04 Thread Richard Frith-Macdonald
On 4 Feb 2005, at 20:14, Alex Perez wrote: Under Windows, at least, this could be theoretically possible. Wasn't there a patch to GNustep under win32 to make it use the timezone info in the windows registry by default? I seem to remember this...as for the character stuff, is this even really

Re: Distributing gnustep-based software

2005-02-04 Thread Adam Fedor
On Feb 4, 2005, at 1:14 PM, Alex Perez wrote: Under Windows, at least, this could be theoretically possible. Wasn't there a patch to GNustep under win32 to make it use the timezone info in the windows registry by default? I seem to remember this...as for the character stuff, is this even really