Hi,
I'm trying to compile revision 7064 on a fresh kubuntu 9.04
I get this error:
g++ -pthread -shared -Wl,-O1
-Wl,-Bsymbolic-functionsbuild/temp.linux-x86_64-2.6/src/agg_py_transforms.o
build/temp.linux-x86_64-2.6/src/_gtkagg.obuild/temp.linux-x86_64-2.6/src/mplutils.o
build/temp.linux-x86_64-2.6/CXX/IndirectPythonInterface.o
build/temp.linux-x86_64-2.6/CXX/cxx_extensions.o
build/temp.linux-x86_64-2.6/CXX/cxxsupport.o
build/temp.linux-x86_64-2.6/CXX/cxxextensions.o -L/usr/local/lib
-L/usr/local/lib -L/usr/local/lib -lstdc++ -lm -lfreetype -lz-lstdc++
-lm -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0
-lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0
-lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -o
build/lib.linux-x86_64-2.6/matplotlib/backends/_gtkagg.so
/usr/bin/ld: cannot find -lz-lstdc++
collect2: ld returned 1 exit status
-lz-lstdc++ ?? Should it be -lz -lstdc++ (with one space...)
Looks like something is broken...but I'm not sure it is a matplotlib or
a kubuntu bug
If someone have a clue...please tell me :)
Xavier
|