You are not logged in.
I already tried re-installing base-devel but the problem persists.
When trying to compile xf86-video-intel-git (another package that used to work) yaourt spits this:
checking for C compiler default output file name...
configure: error: in `/tmp/yaourt-tmp-mariachi/aur-xf86-video-intel-git/xf86-video-intel-git/src/xf86-video-intel':
configure: error: C compiler cannot create executables
See `config.log' for more details.
==> ERROR: Build Failed.
Aborting...
These are my cflags (core2 (dell e5400 laptop)
CARCH="i686"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe -fomit-frame-pointer "
CXXFLAGS="${CFLAGS}"
I can't compile some more programs, not just these two (anything C related I guess...)
Any idea of what's going on?
the said config.log, because it's way to cryptic for me → http://pastebin.com/f7a0ff039
Offline
This is the relevant lines
In file included from conftest.c:11:
/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
In file included from /usr/include/stdio.h:75,
from conftest.c:11:
/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
In file included from /usr/include/stdio.h:75,
from conftest.c:11:
So something is missing from your system. Try reinstalling base too...
Offline
reinstalled base and problem persists...:/
Offline
Try reinstalling glibc
Offline
reinstalling glibc, base and base-devel did not work
Offline
stdarg.h and stddef.h are in the "gcc" package. This might be a gcc installation problem as the compiler can't find its own includes. Normally these includes are in the "/usr/lib/gcc/<host-triplet>/<gcc-version>/include" directory.
configure:3214: found /usr/lib/cw/gcc
Why is your gcc in this directory? Where did the gcc package come from?
Offline
ah! cw... maybe it's because I installed CWrapper (color wrapper):| I'll try uninstalling it
edit: well seems it's fixed... but I want color wrapper
Last edited by el mariachi (2009-09-13 20:52:47)
Offline
try colorgcc instead
Offline
well it's not quite the same effect but it works (I guess:rolleyes:)
thanks
Offline