LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to add boost libraries to gcc include list (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-add-boost-libraries-to-gcc-include-list-297691/)

kiku 03-04-2005 01:43 PM

How to add boost libraries to gcc include list
 
I have GCC 3.4.2 and I need to have boost(boost.org) libraries in compiler's list of #include<...> search paths to compile Kahakai (Window manager).
I read GCC's man , but couldn't find that option.
Could anyone help me please.



Thanks in advance;
:study:

__J 03-04-2005 02:49 PM

lets say your includes are in something like /home/joe/boost/include:

export CFLAGS="-I/home/joe/boost/include"

edit: just to make sure, the above command is with a capitol "eye" not an lowercase "ell"
( on mine they look exaclty the same)


All times are GMT -5. The time now is 01:19 AM.