Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenOffice mit aktuellem gcc?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
øxygen
Apprentice
Apprentice


Joined: 09 Mar 2004
Posts: 236
Location: Bergheim, Germany

PostPosted: Sun Aug 15, 2004 3:51 pm    Post subject: OpenOffice mit aktuellem gcc? Reply with quote

Ich benutzte den gcc 3.4.1-r2 (wegen der Unterstützung für den Pentium M) jedoch weigern, so wohl das normale OpenOffice als auch OpenOffice-Ximian das kompilieren:

Quote:

* This build needs gcc-3.2.1 or later!
*
* Use gcc-config to change your gcc profile:
*
* # gcc-config i686-pc-linux-gnu-3.2.1


Kennt jemand abhilfe, oder muss ich OpenOffice wirklich mit dem alten gcc kompilieren?
Back to top
View user's profile Send private message
sprittwicht
l33t
l33t


Joined: 04 Dec 2003
Posts: 644

PostPosted: Sun Aug 15, 2004 6:24 pm    Post subject: Reply with quote

Schuld ist die gcc-Abfrage im Ebuild:
Code:
if [ "$(gcc-version)" != 3.2 -a "$(gcc-version)" != "3.3" ]

Der springt raus, wenn der gcc nicht 3.2 oder 3.3 ist. Keine Ahnung, ob das Absicht ist oder der 3.4 einfach noch nicht berücksichtigt wurde. Du könntest auf jeden Fall diese Abfrage so abändern oder auskommentieren, dass er an der Stelle nicht mehr abbricht.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum