/usr/share/Coin/conf/coin-default.cfg is in libcoin60-dev 3.1.3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # prefix is determined in coin-config, making the package "movable"
# prefix="/usr"
host="x86_64-pc-linux-gnu"
exec_prefix="${prefix}"
version="3.1.3"
cflags="-g -O2"
cppflags=" -I${prefix}/include -I${prefix}/include/Inventor/annex -D_REENTRANT"
cxxflags="-g -O2"
ldflags="-L${exec_prefix}/lib -Wl,-Bsymbolic-functions"
libs="-lCoin -lGL -lXext -lSM -lICE -lX11 -ldl -lpthread"
msvcrt=""
datadir="${prefix}/share"
includedir="${prefix}/include"
frameworkdir=""
htmldir="/usr/share/doc/libcoin60-doc/html"
compiler="g++"
objext="o"
have_3ds_import=0
have_vrml97=1
have_sound=1
have_superglu=0
have_threads=1
have_threadsafe=0
compiler_is_gcc=yes
|