[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug?
From: |
Dennis Leeuw |
Subject: |
Bug? |
Date: |
Wed, 24 Dec 2003 14:30:57 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 |
Don't know if this is a GNUstep bug or a problem somewhere else, but
when I make a mistake (and I make a lot :) )
Linking app Agenda ...
shared_obj/CalendarView.o(.data.rel+0x6fc): undefined reference to
`__objc_class_name_CalendarDate'
collect2: ld returned 1 exit status
make[1]: *** [Agenda.app/./Agenda] Error 1
And it crashes with something like the above, LD_LIBRARY_PATH is
cleared. Which results in:
Creating Agenda.app/Resources/Agenda.desktop...
pl2link: error while loading shared libraries: libgnustep-base.so.1:
cannot open shared object file: No such file or directory
make[1]: *** [Agenda.app/Resources/Agenda.desktop] Error 127
Resourcing GNUstep.sh solves it.
Any ideas?
Dennis