1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
some build notes:
This takes a long time to compile.
I left some of the .ps files on special polynomials
out to the /usr/doc/cln .
I had to change one source line to omit a prototype (see diff file)
I added the flag '-g' to CFLAGS in Makefile.in
This is the state of my c++ environment at build.
The makefile calls c++ which comes from the package, g++
homey 22 > dpkg -l '*++*'
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-===============-==============-============================================
un c++-compiler <none> (no description available)
ii g++ 2.90.29-0.6 The GNU (egcs) C++ compiler.
ii g++272 2.7.2.3-4.8 The GNU C++ compiler, old version.
un libg++ <none> (no description available)
un libg++-dev <none> (no description available)
ii libg++2.8 2.90.29-0.6 The GNU C++ extension library - runtime vers
pn libg++2.8-dev <none> (no description available)
pn libg++27 <none> (no description available)
un libg++27-dev <none> (no description available)
ii libg++272 2.7.2.8-0.1 The GNU C++ libraries (libc6 version).
ii libg++272-dev 2.7.2.8-0.1 The GNU C++ libraries (libc6 version).
un libstdc++-dev <none> (no description available)
ii libstdc++2.8 2.90.29-0.6 The GNU stdc++ library (egcs version)
pn libstdc++2.8-de <none> (no description available)
homey 23 > which c++
/usr/bin/c++
homey 25 > dpkg -S /usr/bin/c++
g++: /usr/bin/c++
|