[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems building gnustep-base on cygwin
From: |
Volker Hilsenstein |
Subject: |
Problems building gnustep-base on cygwin |
Date: |
Wed, 23 Feb 2005 19:14:06 +1000 |
Dear all,
I have some problems building gnustep-base on cygwin.
I inititally had some problems with configure not finding libxml2
which is present on my system. I solved that using conigure
--disabel-xmltest.
Then I had some problems with ld not finding -lcallback. Apparently
"make install" for ffcall had installed it in a location that
configure isn't looking for. I fixed that by copying libcallback (and
the other ffcall libraries) to /usr/lib.
No I get the following error and I don't know what to do about it. I
noticed a similar post to this list, but it didn't help me much.
$ make
Making all in Source...
make[1]: Entering directory `/cygdrive/c/GNUStep/Build/gnustep-base-1.9.2/Source
'
Making all in subprojects of library libgnustep-base...
make[2]: Entering directory `/cygdrive/c/GNUStep/Build/gnustep-base-1.9.2/Source
/Additions'
Making all for subproject Additions...
make[3]: Nothing to be done for `internal-subproject-all'.
make[2]: Leaving directory `/cygdrive/c/GNUStep/Build/gnustep-base-1.9.2/Source/
Additions'
Making all for library libgnustep-base...
make[2]: Nothing to be done for `internal-library-all'.
make[1]: Leaving directory `/cygdrive/c/GNUStep/Build/gnustep-base-1.9.2/Source'
Making all in SSL...
make[1]: Entering directory `/cygdrive/c/GNUStep/Build/gnustep-base-1.9.2/SSL'
Making all for bundle SSL...
Linking bundle SSL ...
dllwrap: no export definition file provided.
Creating one, but that may not be what you want
./shared_obj/GSSSLHandle.o(.data+0x29c):GSSSLHandle.m: undefined reference to `_
__objc_class_name_NSConstantString'
./shared_obj/GSSSLHandle.o(.data+0x2a0):GSSSLHandle.m: undefined reference to `_
__objc_class_name_NSString'
./shared_obj/GSSSLHandle.o(.data+0x2a8):GSSSLHandle.m: undefined reference to `_
__objc_class_name_NSFileManager'
./shared_obj/GSSSLHandle.o(.data+0x2ac):GSSSLHandle.m: undefined reference to `_
__objc_class_name_NSProcessInfo'
./shared_obj/GSSSLHandle.o(.data+0x2b0):GSSSLHandle.m: undefined reference to `_
__objc_class_name_NSRunLoop'
./shared_obj/GSSSLHandle.o(.data+0x2b4):GSSSLHandle.m: undefined reference to `_
__objc_class_name_NSDate'
./shared_obj/GSSSLHandle.o(.data+0x2b8):GSSSLHandle.m: undefined reference to `_
__objc_class_name_GSFileHandle'
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
make[2]: *** [SSL.bundle/./SSL.dll] Error 1
make[1]: *** [SSL.all.bundle.variables] Error 2
make[1]: Leaving directory `/cygdrive/c/GNUStep/Build/gnustep-base-1.9.2/SSL'
make: *** [internal-all] Error 2
Any ideas ?
Thanks,
Volker
- Problems building gnustep-base on cygwin,
Volker Hilsenstein <=