Created
December 3, 2010 06:55
-
-
Save koko1000ban/726664 to your computer and use it in GitHub Desktop.
gcc-code-assist configure options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#uname -a | |
#Linux hoge 2.6.36-ARCH #1 SMP PREEMPT Wed Nov 24 00:39:57 CET 2010 x86_64 Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz GenuineIntel GNU/Linux | |
C_INCLUDE_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/include \ | |
C_PLUS_INCLUDE_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/include \ | |
LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1 \ | |
./configure --program-suffix=-code-assist --enable-languages=c,c++ --disable-bootstrap \ | |
--disable-multilib --libdir=/usr/lib/gcc-code-assist --libexecdir=/usr/lib/gcc-code-assist \ | |
--datadir=/usr/share/gcc-code-assist --infodir=/usr/share/info/gcc-code-assist \ | |
--mandir=/usr/share/man/gcc-code-assist --with-gmp-include=/usr/include --with-gmp-lib=/usr/lib \ | |
--with-mpfr-include=/usr/include --with-mpfr-lib=/usr/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment