Hello,
When i call my make file in order to comple a .cc file on command line it gives me error that
libraryname no such file or directory. I know this problem is being solved by typing these commands
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
but when i start a new sesion in fedora I always have to repeat these commands is there a way of getting over this repeating things so I can do it permanently
thanks
Eyup