| Summary: | scientificpython 2.4.9 fails to emerge: compile error | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ben Schwartz <bmschwar> |
| Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | output of: CFLAGS="-O2 -pipe" emerge -uv scientificpython | ||
|
Description
Ben Schwartz
2005-11-02 21:46:36 UTC
Created attachment 71981 [details]
output of: CFLAGS="-O2 -pipe" emerge -uv scientificpython
Actually, it looks like CFLAGS= didn't do anything, since this still contains
the line:
i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O3
-march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe
-fomit-frame-pointer -ftracer -fPIC -IInclude -I/usr/include
-I/usr/include/python2.4 -c Src/Scientific_netcdf.c -o
So it might be an overzealous CFLAGS problem. How can I change my CFLAGS?
|