[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem with gnustep-base+gcc 3.0
From: |
Francesco Abbate |
Subject: |
problem with gnustep-base+gcc 3.0 |
Date: |
Wed, 25 Jul 2001 23:23:37 +0200 |
I've compiled & installed GCC 3.0 and it works fine with all C, C++ and
Obj C programs.
Then I've downloaded
gnustep-make-1.0.1
gnustep-objc-1.0.1
gnustep-base-1.0.2
ffcall-1.8b
and all the external library needed.
Everything compiles & installs without a glitch but when I've tried to
compile this test program :
----------------------------------------------
#import <Foundation/Foundation.h>
int
main (void)
{
NSLog (@"Executing");
return 0;
}
------------------------------------------
I've got this warning :
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSConstantString' are not defined
Then, if I try to execute the program I get "segmentation fault".
Someone can help me ?
--
Francesco Abbate
E-mail: france.abbate@tiscalinet.it | france77@users.sourceforge.net
- problem with gnustep-base+gcc 3.0,
Francesco Abbate <=