Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion lobobjc2 with gcc
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sebastian Reitenbach  
View profile  
 More options Oct 15 2012, 2:33 am
Newsgroups: gnu.gnustep.discuss
From: "Sebastian Reitenbach" <sebas...@l00-bugdead-prods.de>
Date: Mon, 15 Oct 2012 08:32:22 +0200
Local: Mon, Oct 15 2012 2:32 am
Subject: Re: lobobjc2 with gcc
Hi,

Am Montag, 15. Oktober 2012 00:02 CEST, Riccardo Mottola <riccardo.mott...@libero.it> schrieb:

> Hi,

> when compiling libobjc2 with gcc, I get:
>   Compiling file objc_msgSend.S ...
> gcc: error: unrecognized option '-no-integrated-as'
> gmake[3]: *** [obj/libobjc.obj/objc_msgSend.S.o] Error 1

> I just removed it and it compiled/installed fine and "seems" to work.
> FUrther testing will follow.

when I see this:
$ grep integrated-as *
GNUmakefile:    $(ECHO_COMPILING)$(CC) -no-integrated-as $< -c \
Makefile:ASMFLAGS += `if $(CC) -v 2>&1| grep -q 'clang' ; then echo -no-integrated-as ; fi`

can it be that you are using the GNUMakefile instead of the Makefile?
You should use the Makefile ;)

But the Makefile has a different issue:
-Wno-deprecated-objc-isa-usage
is not known to gcc, at least for me gcc 4.2.1 on OpenBSD.
So you should comment out that CFLAGS line, then I'd guess it should work for you.

cheers,
Sebastian

> Riccardo

> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnus...@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.