This is what I get:
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /usr/people/stevenq/src/gcc-4.1.2/configure
--prefix=/usr/people/stevenq/Applications/gcc
Thread model: posix
gcc version 4.1.2
So I guess I have to re-compile GCC. I just want OBJ-C, so should I just do:
.org
Subject: Re: Installing
>
> You're using your own build of gcc it seems...did you include
> objective-c in LANGUAGES when you built it?
>
> Cheers,
> Graham.
>
>
I seem to be able to compile objective-c programs.
I used this as a test:
#import <stdio.h>
int main (int argc, const char *argv[])
{
printf ("Programming is fun.\n");
return 0;
}
I compile as such:
gcc main.m -o prog1 -lobjc
And it compiles and runs correctly.
If I remember correctly I didn't specify language, so it must have
built all languages. Do you mean that I was supposed to give it a
flag of some kind so GNUstep will work?
Steven
_______________________________________________
Help-gnustep mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-gnustep
_______________________________________________
Help-gnustep mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-gnustep