bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #23876] gnustep-base does not build in a chrooted environment


From: Richard Frith-Macdonald
Subject: [bug #23876] gnustep-base does not build in a chrooted environment
Date: Fri, 18 Jul 2008 05:02:40 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1

Follow-up Comment #1, bug #23876 (project gnustep):

There's not much to do on here ... you would need to at least look at the
configuration log and full build output to see what's going on (building the
'startup' package might help here as that automatically collects the relevant
logs).

However, the error message does give some clue:

Linking library libgnustep-base ... 
obj/NSProcessInfo.o: In function `main': 
/home/fwang/rpm/BUILD/gnustep-base-1.16.3/Source/NSProcessInfo.m:913:
undefined reference to `gnustep_base_user_main' 

Now, this is linking the library itsself, and the gnustep_base_user_main
function is *supposed* to be undefined at this point (since that function
should be provided in programs using the library.  This suggests that there is
a problem with the linker (or the arguments supplied to it).

However, on most systems I would not expect gnustep_base_user_main to be used
at all, so something may be broken at the configuration stage.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23876>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]