Skip to content
Snippets Groups Projects
Commit a3e5819e authored by rds's avatar rds
Browse files

commented changes to help build against gtk 2.10

remember to set LD_LIBRARY_PATH so the final link works
parent faf3ba6d
No related branches found
No related tags found
No related merge requests found
......@@ -58,12 +58,18 @@ case $opsys in
* )
locals=~zmap/prefix/LINUX
PATH="$locals/bin:$PATH"
software=/software/acedb
PATH="$locals/bin:$PATH" # comment out 4 gtk 2.10
#PATH="$software/bin:$locals/bin:$PATH" # uncomment 4 gtk 2.10
export PATH
#PKG_CONFIG=$software/bin/pkg-config # uncomment 4 gtk 2.10
PKG_CONFIG_PATH="$locals/lib/pkgconfig"
#PKG_CONFIG_PATH="$software/lib/pkgconfig:/usr/lib/pkgconfig:$locals/lib/pkgconfig" # uncomment 4 gtk 2.10
export PKG_CONFIG_PATH
LD_LIBRARY_PATH="$locals/lib"
#LD_LIBRARY_PATH="$software/lib:$locals/lib" # uncomment 4 gtk 2.10
export LD_LIBRARY_PATH
cc_args='CFLAGS=-Wall'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment