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 36 37 38 39 40
|
grafix for DEBIAN
----------------------
This the grafix scientific visualization library
for Debian GNU/Linux.
Source.
http://sunsite.unc.edu/pub/Linux/libs/X/c++libs/
See documents and example programs in /usr/doc/grafix
The hello program can be compiled like this.
g++272 hello.c -lgrafix -L /usr/X11R6/lib -lX11
See the example C source files and executables in /usr/doc/grafix/examples .
I built a shared library rather than a static library. I changed the name of the library
to libgrafix, because libwin is too general.
Some build info :
> 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)
John Lapeyre <lapeyre@physics.arizona.edu>, Tue, 5 May 1998 19:04:13 -0700
|