Re: MacOSX GNUstep build issues

2004-12-09 Thread Sherm Pendley
Kree Cole-McLaughlin wrote: These libs were installed by fink, so I am not sure why they weren't compiled as shared libs. Fink has separate packages for shared libs. Libtiff, for example, comes in three packages: libtiff, libtiff-bin, and libtiff-shlib. sherm-- -- Cocoa programming in Perl:

Re: GNU Objective-C runtime questions

2004-12-09 Thread Sébastien Pierre
Le 9 déc. 04, à 04:24, Adam Fedor a écrit : There are similar functions in the GNU runtime. Note that GNUstep implements compatibility runtime functions that work on both Apple and GNU runtimes. See the GNUstepBase/GSObjCRuntime.h header in gnustep-base. At the very least you will be able to

Re: MacOSX GNUstep build issues

2004-12-09 Thread Kree Cole-McLaughlin
Adam Fedor wrote: On Dec 9, 2004, at 2:19 AM, Kree Cole-McLaughlin wrote: Ooops, you're right, I got it backwards. I guess libgnustep-base is linking agaisnt the shared libraries, which means every time I want to build an app I need to include the libraries in the linking command (what a pain!)

Re: MacOSX GNUstep build issues

2004-12-09 Thread Richard Frith-Macdonald
On 9 Dec 2004, at 15:21, Adam Fedor wrote: On Dec 9, 2004, at 2:19 AM, Kree Cole-McLaughlin wrote: Ooops, you're right, I got it backwards. I guess libgnustep-base is linking agaisnt the shared libraries, which means every time I want to build an app I need to include the libraries in the

Re: MacOSX GNUstep build issues

2004-12-09 Thread Adam Fedor
On Dec 9, 2004, at 2:24 PM, Richard Frith-Macdonald wrote: That being said ... I'm not completely sure of all this, it's just the impression I've gained when trying to use MacOS-X. Someone else may have a surer idea of the exact behavior. Even better, someone may know of compiler/linker flag