From: Maurice L. <mj...@ga...> - 2002-12-27 02:12:05
|
Alan W. Irwin writes: > On Thu, 26 Dec 2002, Maurice LeBrun wrote: > > > ged$ ./configure --prefix=$HOME/tools --enable-dyndrivers --disable-cxx > > > > gives: > > > > ... > > checking for IceConnectionNumber in -lICE... yes > > checking for dynamic drivers... null pbm plmeta ps pstex tk xwin > > creating drivers/drivers.db > > configure: error: conditional "am__fastdepCXX" was never defined. > > Usually this means the macro was only invoked conditionally. > > > > and that's where it stops. > > I cannot confirm the problem here; > > ./configure --prefix=/usr/local/plplot_at --enable-dyndrivers --disable-cxx > > works fine here. However, I have a lot more dynamic drivers than you by > default so I suspect you have a special configuration file turning some of > them off. Could that file be the source of the problem? Try ./configure > without it. > > Another thought.... I did 'make distclean' and ./bootstrap.sh before the > configure. Is something from an old configure interfering with your new > configure? Nope, I removed my ~/config/cf_plplot.in and tried it from a freshly checked out tree, and it still fails at the same place. Am investigating. On another note, I need to modify the command line args used by the compiler or linker. Although I've made progress, so far I still haven't gotten a completely successful build on either: Solaris, OSF1, or IRIX. As for the first two, the build is trying to pass the "-fPIC" option to the KCC compiler which isn't supported. So I need to get rid of that, or change it to +KPIC. I'm reading through the AM info pages now, what a pain. As for IRIX, I need to pass "-64 -mips4" somehow. This at least I know I can do in principle, probably by using flags like I did before: USER_FLAGS_CXX: add these to CXXFLAGS USER_FLAGS_CC: add these to CCFLAGS and so on. -- Maurice LeBrun mj...@ga... Research Organization for Information Science and Technology of Japan (RIST) |