RE: Missing gnu/stub-32.h and more with GCC 4.7.0 on Ubuntu 12.04

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



That worked. Thanks. I apparently must leave those 3 environment variables updated after installation. So I have this in my .bashrc

export LIBRARY_PATH=/usr/lib/i386-linux-gnu/:$LIBRARY_PATH
export C_INCLUDE_PATH=/usr/include/i386-linux-gnu:$C_INCLUDE_PATH
export CPLUS_INCLUDE_PATH=/usr/include/i386-linux-gnu:$CPLUS_INCLUDE_PATH

The University of Glasgow, charity number SC004401



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux