gnustep_base_user_main() question

2005-07-05 Thread Adrian Robert
Hi all, I've been trying to compile a gnustep app on NetBSD but keep getting a linker error: /usr/GNUstep/System/Library/Libraries/libgnustep-base.so: undefined reference to `gnustep_base_user_main' From some googling, I found there used to be a header file 'fake-main.h', that did somethin

gnustep_base_user_main() question

2006-09-08 Thread Adrian Robert
Hi, I'm getting a linking error that I'm trying to track down: /usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so: undefined reference to `gnustep_base_user_main' I find that gnustep_base_user_main() is *called* in NSProcessInfo.m, and sometimes when running in a debugger I've

Re: gnustep_base_user_main() question

2005-07-05 Thread Adam Fedor
On Jul 5, 2005, at 9:34 PM, Adrian Robert wrote: Now this header is gone, but the strategy is still used somehow but only on some platforms. In particular, it seems like Linux does not use it (evidently getting proc info from the system) but NetBSD does. My question: is there any way short

Re: gnustep_base_user_main() question

2005-07-05 Thread Adrian Robert
On Jul 5, 2005, at 10:34 PM, Adam Fedor wrote: On Jul 5, 2005, at 9:34 PM, Adrian Robert wrote: Now this header is gone, but the strategy is still used somehow but only on some platforms. In particular, it seems like Linux does not use it (evidently getting proc info from the system) but

Re: gnustep_base_user_main() question

2005-07-06 Thread Adam Fedor
On Jul 5, 2005, at 11:08 PM, Adrian Robert wrote: You can read the section 'Reading Command-Line Arguments' in the INSTALL file in gnustep-base OK, yes I should RTFM, or RTFC in this case.. After some more hunting I found a ChangeLog entry saying "Remove fake-main.h include - use GSConfig.

Re: gnustep_base_user_main() question

2006-09-08 Thread Jeremy Bettis
Adrian Robert wrote: Hi, I'm getting a linking error that I'm trying to track down: /usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so: undefined reference to `gnustep_base_user_main' I find that gnustep_base_user_main() is *called* in NSProcessInfo.m, and sometimes when running

Re: gnustep_base_user_main() question

2006-09-08 Thread Adrian Robert
On Sep 8, 2006, at 11:33 AM, Jeremy Bettis wrote: Adrian Robert wrote: Hi, I'm getting a linking error that I'm trying to track down: /usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so: undefined reference to `gnustep_base_user_main' I find that gnustep_base_user_main() is *c