Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69199 - gettext won't compile while bootstrapping
Summary: gettext won't compile while bootstrapping
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 16:55 UTC by Nathan Toone
Modified: 2004-10-30 23:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Toone 2004-10-27 16:55:37 UTC
gettext won't compile during the bootstrap process if you have -mtune=<arch> in your CFLAGS.  It errors with something like "C compiler cannot create executables" on the screen.  In the config.log file it shows that "tune" is an invalid option.

This is probably becuase the -mtune option is for the 3.4 compiler.

It's probably just a flag that should be filtered out when building gettext.
Comment 1 Jeffrey Forman (RETIRED) gentoo-dev 2004-10-27 17:17:18 UTC
general linux issue, not a bugzilla problem
Comment 2 SpanKY gentoo-dev 2004-10-30 23:08:52 UTC
dont put -mtune into CFLAGS unless your compiler supports it