I was able to build one myself. This is what I did:

- Download the tarball from the pgplot site:
ftp://ftp.astro.caltech.edu/pub/pgplot/pgplot5.2.tar.gz

- Make libpgplot as it says in the installation notes (this is static
and dynamic)

- Make libcpgplot as is says in the installation note (this is only
static)

Now build the dynamic as follows (replace the ALL_DOT_F_FILES thing):

./pgbind bsd -h -w ALL_DOT_F_FILES needed

gcc -c -Wall -fPIC -DPG_PPU -O -I. cpg*.c

gcc -shared -o libcpgplot.so `ls cpg*.o | sort | uniq`


That is it. Unfortunately I do not have enough debian package experience to add 
to the proper package, but I hope this helps to make the effort as little as 
possible. This is not a problem for i386 because there it is possible to 
dynamic link with code in .a files.

Rutger

-- 
No shared library equivalent of "libcpgplot.a" (ie an .so file)
https://bugs.launchpad.net/bugs/214426
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to