Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CXXFLAGS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
thnogueira
n00b
n00b


Joined: 23 Apr 2003
Posts: 41
Location: Sao Paulo, BR

PostPosted: Sat May 03, 2003 4:48 am    Post subject: CXXFLAGS Reply with quote

Hi everybody.

I've just finished installing my gnome when I saw that I fogot uncomenting my CXXFLAGS. I've installed all my system (from tarball 1) using the following:
Code:

CFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays"

#CXXFLAGS="${CFLAGS}"


Is there many packages that use cxxflags? Should I recompile them?
Back to top
View user's profile Send private message
efa
n00b
n00b


Joined: 07 Apr 2003
Posts: 1

PostPosted: Sat May 03, 2003 5:24 am    Post subject: Reply with quote

anything that is written in c++, depending on what you have installed, it might be a lot of packages =)
Back to top
View user's profile Send private message
thnogueira
n00b
n00b


Joined: 23 Apr 2003
Posts: 41
Location: Sao Paulo, BR

PostPosted: Sat May 03, 2003 6:00 am    Post subject: Reply with quote

So, should I
Code:
 emerge -e --deep world
?
Back to top
View user's profile Send private message
jasonm
Tux's lil' helper
Tux's lil' helper


Joined: 25 Feb 2003
Posts: 90
Location: Calgary, Canada... Eh!

PostPosted: Sat May 03, 2003 6:03 am    Post subject: Reply with quote

thnogueira,


GTK+ / Gnome are written in C, thus not requiring C++ (CXXFLAGS)

Most-Anything involving KDE are written in C++. There are some other apps that use C++ as well, though not sure of them all.

Also gtkmm and gnomemm are C++ bindings for GTK+ / Gnome, respectively.



jasonm.
_________________
Registered User # 323863
There is nothing new under the sun . . .

"Open source takes the bullshit out of software."
[small]~ Charles Ferguson on TechnologyReview.com[/small]
Back to top
View user's profile Send private message
thnogueira
n00b
n00b


Joined: 23 Apr 2003
Posts: 41
Location: Sao Paulo, BR

PostPosted: Sat May 03, 2003 6:18 am    Post subject: Reply with quote

What about the system packages? Is there some easy way to know/list which package is written in C++?
Back to top
View user's profile Send private message
jasonm
Tux's lil' helper
Tux's lil' helper


Joined: 25 Feb 2003
Posts: 90
Location: Calgary, Canada... Eh!

PostPosted: Sat May 03, 2003 9:17 am    Post subject: Reply with quote

thnogueira,

So far as I'm aware, the base system DOES NOT include ANY C++ (though not 100% certain).

If you are completely uncertain, and don't mind the wait, you could try (with your your updated make.conf):
Code:

$ emerge glibc
[...]
$ emerge world -ep
    # ===> just to see what will be installed
$ emerge world -e


This will rebuild EVERYTHING on your system, without the actual re-install and configuration. Of course, the 'wait' will depend on your system, connection, etc...

That's probably your best option if your not sure. But your system will run just fine without these optimizations, so it is not a time CRITICAL issue.

If you have any other questions, just ask.
Good luck.


jasonm.
_________________
Registered User # 323863
There is nothing new under the sun . . .

"Open source takes the bullshit out of software."
[small]~ Charles Ferguson on TechnologyReview.com[/small]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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