discuss-gnustep
[Top][All Lists]
Advanced

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

gnustep-base problem on win32


From: Chris Apers
Subject: gnustep-base problem on win32
Date: Thu, 29 Mar 2001 18:58:27 +0200

Hi,
 
I tried to build the gnustep-base-0.9.4 with cygwin 1.1.x
 
here the procedure :
 
cd /
tar -zxvf gnustep-base-0.9.4.tar.gz
cd gnustep-base-0.9.4
./configure
make
 
and then make give me (can anyone help me ?) :
thanx
-----------------------------------------------------------------------------
$ make
rm -f Headers/Foundation
rm -f Source/Foundation
ln -s gnustep/base Headers/Foundation
Making all in Source...
make[1]: Entering directory `/gnustep-base/Source'
rm -f dynamic-load.h
cp ./simple-load.h dynamic-load.h
/usr/GNUstep/System/Makefiles/mkinstalldirs ix86/cygwin
mv mframe/mframe.h ix86/cygwin
touch ix86/cygwin/mframe.h
/usr/GNUstep/System/Makefiles/mkinstalldirs ix86/cygwin
mv ./../Headers/gnustep/base/config.h ix86/cygwin
touch ix86/cygwin/config.h
/usr/GNUstep/System/Makefiles/mkinstalldirs ix86/cygwin
mv ./../Headers/gnustep/base/GSConfig.h ix86/cygwin
touch ix86/cygwin/GSConfig.h
Making all for library libgnustep-base...
gcc preface.m -c  -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_TARGET_
DIR=\"ix86/cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cygwin\"
 -DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNUST
EP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_LIB
RARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1  -DGSWARN -O2 -Wno-import -fgn
u-runtime   -I../Headers/gnustep -I../Headers -I./ix86/cygwin    -I. -I/usr/GNUs
tep/System/Headers -I/usr/GNUstep/System/Headers    -I/usr/GNUstep/System/Librar
y/Headers -I/usr/GNUstep/System/Headers/gnustep  -I/usr/GNUstep/System/Headers/i
x86/cygwin    -I/usr/GNUstep/System/Headers  -o shared_obj/ix86/cygwin/gnu-gnu-g
nu-win32/preface.o
gcc -c -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/
cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cygwin\" -DLIBRARY_
COMBO=\"gnu-gnu-gnu-win32\" -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNUSTEP_VERSION= -
DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_LIBRARY=1 -DGNU_
RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -DGSWARN -Wno-import -fgnu-runtime -I../Heade
rs/gnustep -I../Headers -I./ix86/cygwin -I. -I/usr/GNUstep/System/Headers -I/usr
/GNUstep/System/Headers -I/usr/GNUstep/System/Library/Headers -I/usr/GNUstep/Sys
tem/Headers/gnustep -I/usr/GNUstep/System/Headers/ix86/cygwin -I/usr/GNUstep/Sys
tem/Headers -o shared_obj/ix86/cygwin/gnu-gnu-gnu-win32/mframe.o mframe.m
gcc NSArchiver.m -c  -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_TARG
ET_DIR=\"ix86/cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cygwi
n\" -DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGN
USTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_
LIBRARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1  -DGSWARN -O2 -Wno-import -
fgnu-runtime   -I../Headers/gnustep -I../Headers -I./ix86/cygwin    -I. -I/usr/G
NUstep/System/Headers -I/usr/GNUstep/System/Headers    -I/usr/GNUstep/System/Lib
rary/Headers -I/usr/GNUstep/System/Headers/gnustep  -I/usr/GNUstep/System/Header
s/ix86/cygwin    -I/usr/GNUstep/System/Headers  -o shared_obj/ix86/cygwin/gnu-gn
u-gnu-win32/NSArchiver.o
NSArchiver.m: In function `+[NSArchiver archivedDataWithRootObject:]':
NSArchiver.m:164: warning: variable `d' might be clobbered by `longjmp' or `vfor
k'
gcc -c -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/
cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cygwin\" -DLIBRARY_
COMBO=\"gnu-gnu-gnu-win32\" -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNUSTEP_VERSION= -
DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_LIBRARY=1 -DGNU_
RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -DGSWARN -Wno-import -fgnu-runtime -I../Heade
rs/gnustep -I../Headers -I./ix86/cygwin -I. -I/usr/GNUstep/System/Headers -I/usr
/GNUstep/System/Headers -I/usr/GNUstep/System/Library/Headers -I/usr/GNUstep/Sys
tem/Headers/gnustep -I/usr/GNUstep/System/Headers/ix86/cygwin -I/usr/GNUstep/Sys
tem/Headers -o shared_obj/ix86/cygwin/gnu-gnu-gnu-win32/NSConnection.o NSConnect
ion.m
gcc NSData.m -c  -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_TARGET_D
IR=\"ix86/cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cygwin\"
-DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNUSTE
P_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_LIBR
ARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1  -DGSWARN -O2 -Wno-import -fgnu
-runtime   -I../Headers/gnustep -I../Headers -I./ix86/cygwin    -I. -I/usr/GNUst
ep/System/Headers -I/usr/GNUstep/System/Headers    -I/usr/GNUstep/System/Library
/Headers -I/usr/GNUstep/System/Headers/gnustep  -I/usr/GNUstep/System/Headers/ix
86/cygwin    -I/usr/GNUstep/System/Headers  -o shared_obj/ix86/cygwin/gnu-gnu-gn
u-win32/NSData.o
gcc NSDecimal.m -c  -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_TARGE
T_DIR=\"ix86/cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cygwin
\" -DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNU
STEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_L
IBRARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1  -DGSWARN -O2 -Wno-import -f
gnu-runtime   -I../Headers/gnustep -I../Headers -I./ix86/cygwin    -I. -I/usr/GN
Ustep/System/Headers -I/usr/GNUstep/System/Headers    -I/usr/GNUstep/System/Libr
ary/Headers -I/usr/GNUstep/System/Headers/gnustep  -I/usr/GNUstep/System/Headers
/ix86/cygwin    -I/usr/GNUstep/System/Headers  -o shared_obj/ix86/cygwin/gnu-gnu
-gnu-win32/NSDecimal.o
gcc -c -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/
cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cygwin\" -DLIBRARY_
COMBO=\"gnu-gnu-gnu-win32\" -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNUSTEP_VERSION= -
DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_LIBRARY=1 -DGNU_
RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -DGSWARN -Wno-import -fgnu-runtime -I../Heade
rs/gnustep -I../Headers -I./ix86/cygwin -I. -I/usr/GNUstep/System/Headers -I/usr
/GNUstep/System/Headers -I/usr/GNUstep/System/Library/Headers -I/usr/GNUstep/Sys
tem/Headers/gnustep -I/usr/GNUstep/System/Headers/ix86/cygwin -I/usr/GNUstep/Sys
tem/Headers -o shared_obj/ix86/cygwin/gnu-gnu-gnu-win32/NSInvocation.o NSInvocat
ion.m
NSInvocation.m: In function `_get_arg':
NSInvocation.m:88: warning: control reaches end of non-void function
gcc NSMethodSignature.m -c  -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUST
EP_TARGET_DIR=\"ix86/cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=
\"cygwin\" -DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -DHAVE_LIBXML=0 -Wall -DGNUST
EP -DGNUSTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTE
P_BASE_LIBRARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1  -DGSWARN -O2 -Wno-i
mport -fgnu-runtime   -I../Headers/gnustep -I../Headers -I./ix86/cygwin    -I. -
I/usr/GNUstep/System/Headers -I/usr/GNUstep/System/Headers    -I/usr/GNUstep/Sys
tem/Library/Headers -I/usr/GNUstep/System/Headers/gnustep  -I/usr/GNUstep/System
/Headers/ix86/cygwin    -I/usr/GNUstep/System/Headers  -o shared_obj/ix86/cygwin
/gnu-gnu-gnu-win32/NSMethodSignature.o
gcc NSObjCRuntime.m -c  -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_T
ARGET_DIR=\"ix86/cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cy
gwin\" -DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -
DGNUSTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BA
SE_LIBRARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1  -DGSWARN -O2 -Wno-impor
t -fgnu-runtime   -I../Headers/gnustep -I../Headers -I./ix86/cygwin    -I. -I/us
r/GNUstep/System/Headers -I/usr/GNUstep/System/Headers    -I/usr/GNUstep/System/
Library/Headers -I/usr/GNUstep/System/Headers/gnustep  -I/usr/GNUstep/System/Hea
ders/ix86/cygwin    -I/usr/GNUstep/System/Headers  -o shared_obj/ix86/cygwin/gnu
-gnu-gnu-win32/NSObjCRuntime.o
gcc NSProcessInfo.m -c  -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_T
ARGET_DIR=\"ix86/cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cy
gwin\" -DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -
DGNUSTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BA
SE_LIBRARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1  -DGSWARN -O2 -Wno-impor
t -fgnu-runtime   -I../Headers/gnustep -I../Headers -I./ix86/cygwin    -I. -I/us
r/GNUstep/System/Headers -I/usr/GNUstep/System/Headers    -I/usr/GNUstep/System/
Library/Headers -I/usr/GNUstep/System/Headers/gnustep  -I/usr/GNUstep/System/Hea
ders/ix86/cygwin    -I/usr/GNUstep/System/Headers  -o shared_obj/ix86/cygwin/gnu
-gnu-gnu-win32/NSProcessInfo.o
gcc NSUnarchiver.m -c  -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_TA
RGET_DIR=\"ix86/cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cyg
win\" -DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -D
GNUSTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BAS
E_LIBRARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1  -DGSWARN -O2 -Wno-import
 -fgnu-runtime   -I../Headers/gnustep -I../Headers -I./ix86/cygwin    -I. -I/usr
/GNUstep/System/Headers -I/usr/GNUstep/System/Headers    -I/usr/GNUstep/System/L
ibrary/Headers -I/usr/GNUstep/System/Headers/gnustep  -I/usr/GNUstep/System/Head
ers/ix86/cygwin    -I/usr/GNUstep/System/Headers  -o shared_obj/ix86/cygwin/gnu-
gnu-gnu-win32/NSUnarchiver.o
NSUnarchiver.m: In function `-[NSUnarchiver initForReadingWithData:]':
NSUnarchiver.m:360: warning: argument `self' might be clobbered by `longjmp' or
`vfork'
gcc objc-load.m -c  -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System -DGNUSTEP_TARGE
T_DIR=\"ix86/cygwin\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"cygwin
\" -DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNU
STEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_L
IBRARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1  -DGSWARN -O2 -Wno-import -f
gnu-runtime   -I../Headers/gnustep -I../Headers -I./ix86/cygwin    -I. -I/usr/GN
Ustep/System/Headers -I/usr/GNUstep/System/Headers    -I/usr/GNUstep/System/Libr
ary/Headers -I/usr/GNUstep/System/Headers/gnustep  -I/usr/GNUstep/System/Headers
/ix86/cygwin    -I/usr/GNUstep/System/Headers  -o shared_obj/ix86/cygwin/gnu-gnu
-gnu-win32/objc-load.o
make[1]: Leaving directory `/gnustep-base/Source'
Making all in Tools...
make[1]: Entering directory `/gnustep-base/Tools'
Making all for ctool gdomap...
make[3]: Nothing to be done for `internal-ctool-all'.
Making all for tool gdnc...
gcc      -L/usr/GNUstep/System/Libraries/ix86/cygwin  -o shared_obj/ix86/cygwin/
gnu-gnu-gnu-win32/gdnc.exe \
          shared_obj/ix86/cygwin/gnu-gnu-gnu-win32/gdnc.o   \
             -L/usr/GNUstep/System/Library/Libraries/ix86/cygwin/gnu-gnu-gnu-win
32 -L../Source/shared_obj/ix86/cygwin/gnu-gnu-gnu-win32        -L/usr/GNUstep/Sy
stem/Libraries/ix86/cygwin/gnu-gnu-gnu-win32 -L/usr/GNUstep/System/Libraries/ix8
6/cygwin   -L../Source/shared_obj/ix86/cygwin/gnu-gnu-gnu-win32 -L/usr/GNUstep/S
ystem/Libraries/ix86/cygwin/gnu-gnu-gnu-win32 -L/usr/GNUstep/System/Libraries/ix
86/cygwin -lgnustep-base -lobjc
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-1/../../../../i686-pc-cygwin/bin/ld: cann
ot find -lgnustep-base
collect2: ld returned 1 exit status
make[3]: *** [shared_obj/ix86/cygwin/gnu-gnu-gnu-win32/gdnc.exe] Error 1
make[2]: *** [gdnc.build] Error 2
make[1]: *** [gdnc.all.tool.variables] Error 2
make[1]: Leaving directory `/gnustep-base/Tools'
make: *** [internal-all] Error 2

reply via email to

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