Re: Installing
"Steven Quinones-Colon" <[email protected]> Fri, 13 Apr 2007 12:27:30 -0700
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
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
>
>