Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


flags | 10 comments | Create New Account
Click here to return to the 'flags' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
flags
Authored by: brett_ on Jul 23, '02 01:18:18PM
i haven't read this thread too carefully, but iirc you have to add the following flags to compile under gcc3:
setenv CFLAGS "-O1 -mdynamic-no-pic -no-cpp-precomp"
you can also add
-faltivec -mcpu=7450 -mtune=7450
fwiw. brett

[ Reply to This | # ]
flags
Authored by: brett_ on Jul 23, '02 01:32:08PM

oops, i didn't mean to put the -O1 in the required category. just the dynamic and precomp flags. also, the optional flags are things to look into.



[ Reply to This | # ]