On Mon, Dec 10, 2001 at 11:45 -0700, SHAW JANET E wrote: > > hi, i'm seeing the following error when building isis on a solaris 5.8 > host. has this problem been reported previously? suggestions? ... For some reason, the libraries listed on the compile line are inconsistent. You're using gcc, but the libraries are for the Sun cc compiler: -L/opt/SUNWspro/lib -lF77 -lM77 -lsunmath Also, since there's a reference to G77_getenv_0, it looks like PGPLOT was compiled with g77 and not the Sun Fortran compiler. I think most of the undefined references are symbols which are defined in the GNU library libg2c (which is appropriate if you're using gcc+g77, unless you're using gcc-3.0.x). Its probably best to use the same C and F77 compilers for everything (isis, pgplot, cfitsio, slang, etc.) The simplest solution might be to delete 'config.cache' and re-run configure. Does configure give any error messages? Also, could you send me a copy of your config.status file? Thanks, John > > gcc -o /usr/local/isis-0.9.67/src/objs/isis /usr/local/isis-0.9.67/src/objs/isis.o -Wl,-R/opt/SUNWspro/lib -L/usr/local/isis-0.9.67/src/objs -L/usr/local/isis-0.9.67/libsrc/objs -L/usr/local/isis-0.9.67/math/objs -L/usr/local/lib -L/usr/local/lib -L/usr/local/pgplot -lcmds -lisis -lisismath -lslang -lcpgplot -lpgplot -lcfitsio -ldl -lX11 -lsocket -lnsl -L/opt/SUNWspro/lib -lF77 -lM77 -lsunmath -lm > /usr/local/lib/libpgplot.so: undefined reference to `e_wsfe' > /usr/local/lib/libpgplot.so: undefined reference to `s_rsfe' > /usr/local/lib/libpgplot.so: undefined reference to `s_cmp' > /usr/local/lib/libpgplot.so: undefined reference to `r_lg10' > /usr/local/lib/libpgplot.so: undefined reference to `do_uio' > /usr/local/lib/libpgplot.so: undefined reference to `e_rsfe' > /usr/local/lib/libpgplot.so: undefined reference to `r_mod' > /usr/local/lib/libpgplot.so: undefined reference to `f_inqu' > /usr/local/lib/libpgplot.so: undefined reference to `e_rsue' > /usr/local/lib/libpgplot.so: undefined reference to `i_indx' > /usr/local/lib/libpgplot.so: undefined reference to `do_fio' > /usr/local/lib/libpgplot.so: undefined reference to `e_wsfi' > /usr/local/lib/libpgplot.so: undefined reference to `s_cat' > /usr/local/lib/libpgplot.so: undefined reference to `s_stop' > /usr/local/lib/libpgplot.so: undefined reference to `s_wsfi' > /usr/local/lib/libpgplot.so: undefined reference to `G77_getenv_0' > /usr/local/lib/libpgplot.so: undefined reference to `s_rsue' > /usr/local/lib/libpgplot.so: undefined reference to `f_clos' > /usr/local/lib/libpgplot.so: undefined reference to `f_open' > /usr/local/lib/libpgplot.so: undefined reference to `s_wsfe' > /usr/local/lib/libpgplot.so: undefined reference to `s_copy' > collect2: ld returned 1 exit status > make[1]: *** [/usr/local/isis-0.9.67/src/objs/isis] Error 1 > make[1]: Leaving directory `/usr/local/isis-0.9.67/src' > make: *** [all] Error 2 > origins:/usr/local/isis-0.9.67> > > > ---- > You received this message because you are > subscribed to the isis-users list. > To unsubscribe, send a message to > isis-users-request_at_email.domain.hidden> with the first line of the message as: > unsubscribe -- John C. Houck MIT Center for Space Research 617-253-3849 One Hampshire St, NE80-6005, Cambridge, MA 02139 ---- You received this message because you are subscribed to the isis-users list. To unsubscribe, send a message to isis-users-request_at_email.domain.hiddenwith the first line of the message as: unsubscribeReceived on Mon Dec 10 2001 - 14:06:42 EST
This archive was generated by hypermail 2.2.0 : Thu Mar 15 2007 - 08:45:50 EDT