Mike Noble wrote:
Good eye Mike.-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
George Roberts wrote:
| It did turn out to be something borked, I found the link | http://gentoo-wiki.com/HOWTO_Migrate_to_GCC_3.4. When I followed the | directions there, I ran into the same error messages. | When I checked my make.conf I found: | CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer " | CHOST="i686-pc-linux-gnu " | CXXFLAGS="${CFLAGS}". | | Humm, maybe a Athlon-xp is not a i686 so I commented out that line. | #CHOST="i686-pc-linux-gnu " |
I have an Athlon-XP processor and here are my /etc/make.conf settings:
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2"
Now I did notice that after each of your lines you have a space before the last ". You also have a . at the end of the CXXFLAGS line. The . is probably not (at least I hope not) in your make.conf file. The spaces probably do no harm but I would remove them just in case.
And Yes an Athlon is a 686 family.
Mike - -- Mike Noble Email: [EMAIL PROTECTED] Key ID: 0xFFDFC13B Key fingerprint: 8204 1297 B9AD 0CED 2FCE 1FB0 9491 5824 FFDF C13B Keyserver: http://pgpkeys.mit.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFCGhR/lJFYJP/fwTsRAt1bAJ9jX53KNIDxx5VSuu09OOqFp9IFcgCgkG23 kq3hlw7gPwHo6toSM03N/CQ= =fFXe -----END PGP SIGNATURE----- -- [email protected] mailing list
I have no clue where I picked up the extra spaces, when I look back at the make.conf.example, there is no space there. Actually the period is the result of a nasty habit, ending sentances, lol.
Thanks alot.
--
[email protected] mailing list
