From: James B. H. <jh...@vi...> - 2003-12-04 19:38:10
|
Hi! Thx for answering so fast! > | undefined reference to `errno' collect2: ld returned 1 exit status > > Hi, > This is a known problem in some architectures. > You must add > > #include <errno.h> > > to lib/csa/csa.c Much appreciated! The last problem that I'm having (though it doesn't prohibit the build) is that configure seems to not be finding my python (2.3.2) installation. I have python headers installed in /usr/local/lib/python2.3, and the library files in /usr/local/lib/python2.3. I rummaged through configure, config.log, and config.status and saw that it wasn't finding Python.h, which IS in /usr/local/include/python2.3. So I included both a CFLAGS and CPPFLAGS value, and LDFLAGS value to configure; no help. And I found the sysloc.in file, and the list of directories to look in, and added python2.3 to that list. Also no help. Is this a case where python-2.3.2 is simply too new for the current version of plplot to deal with? thx, jbh |