From: Alan W. I. <ir...@be...> - 2002-12-27 05:14:08
|
On Thu, 26 Dec 2002, Maurice LeBrun wrote: > Is cf/sysloc.in the *only* file under cf/ currently in use? Nothing (including sysloc.in) is currently used from the cf directory. I did copy sysloc.in from that directory to the top level, and then stripped some stuff I thought was unneeded from it. You should be able to get back what you need by doing a diff between the two to see what has been added and what has been stripped from the top level version compared to the cf version of sysloc.in. Then it should be a simple matter to add back whatever extra is needed to the top level version. However, this might not be necessary, see next paragraph. One thing that puzzles me about your recent ".lo" comments is that autotools are supposed to work fine with cc on solaris (see PLATFORMS in the autobook). So I don't see why ".lo" is bothering cc. Also, from a google search, there have been commits to the libtool tree to deal specifically with KCC. So I started wondering if there was something simple (a flag or macro) that will make KCC work smoothly. I just looked at info autoconf, and indeed there is a compiler list you can give the AC_PROG_CXX and AC_PROG_CC macros, and KCC is one of those compilers. Perhaps specifying a compiler list to those macros that includes KCC is what you should be doing. Another thing worth trying on solaris is cc rather than KCC to see whether autotools does work as claimed with pure cc. Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ |