discuss-gnustep
[Top][All Lists]
Advanced

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

Problems building Gorm svn rev 28802.


From: Tim Kack
Subject: Problems building Gorm svn rev 28802.
Date: Sun, 11 Oct 2009 23:32:24 +0200

Hi all,

I just rebuilt my laptop with a fresh install of Ubuntu Karmic.
I did a fresh checkout of GNUstep from SVN and suddenly I cannot build
Gorm anymore. Other stuff works (project center etc).

If fails during linking:  


make -f GNUmakefile --no-print-directory --no-keep-going \
        internal-app-compile \
        GNUSTEP_TYPE=app \
        GNUSTEP_INSTANCE=Gorm \
        GNUSTEP_OPERATION=compile \
        GNUSTEP_BUILD_DIR="." \
        _GNUSTEP_MAKE_PARALLEL=yes
gcc  -rdynamic       -fgnu-runtime -o Gorm.app/./Gorm \
        ./obj/Gorm.m.o ./obj/main.m.o   -LGormLib/./obj
-LGormObjCHeaderParser/./obj -LGormPrefs/./obj -LGormCore/./obj
-L/root/GNUstep/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries
-L/usr/GNUstep/System/Library/Libraries   -lGormCore -lGorm
-lGormObjCHeaderParser -lGormPrefs    -lgnustep-gui    -lgnustep-base
-lpthread -lobjc   -lm
GormCore/./obj/libGormCore.so: undefined reference to
`class_nextMethodList'
collect2: ld returned 1 exit status
make[2]: *** [Gorm.app/./Gorm] Error 1
make[1]: *** [internal-app-run-compile-submake] Error 2
make: *** [Gorm.all.app.variables] Error 2


Any ideas? 

Best regards,
Tim





reply via email to

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