> > However, I got the following error message: > error: Command "/usr/bin/g77 -g -Wall -g -Wall -shared > build/temp.linux-x86_64-2.6/build/src.linux-x86_64-2.6/scipy/integrate/vodemodule.o > build/temp.linux-x86_64-2.6/build/src.linux-x86_64-2.6/fortranobject.o > -L/home/username/lib/ -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.6 > -lodepack -llinpack_lite -lmach -lblas -lpython2.6 -lg2c -o > build/lib.linux-x86_64-2.6/scipy/integrate/vode.so" failed with exit > status
I'm sure there must have been more output? It does say that the command "failed", but not _why_ it failed. I suggest posting the entire output either in an email, or on a webpage (gist.github.com, for instance) and giving the link. It's very very hard to debug a build without the build log, so I'd suggest always giving it in the first instance. Paul _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
