On Sun, 3 Nov 2002, Neal A. Crocker wrote: > >Neal: Looks like your atlas installation is buggered. What version of > >atlas do you have installed? Did you build it after installing the > >g77-3.1? I have > > I've got atlas 3.4.1-1 and I installed it before I got g77 3.1. > > > > >[jsw@mac10:/Users/jsw] ls -l /sw/lib/libf77blas.a > >-rw-r--r-- 1 root admin 350524 Sep 4 12:12 /sw/lib/libf77blas.a > >[jsw@mac10:/Users/jsw] nm -p /sw/lib/libf77blas.a | grep atl_f77wrap_zdotu > > U _atl_f77wrap_zdotu__ > >00000048 T _atl_f77wrap_zdotu__ > > > >What does yours look like? > > [~]% ls -l /sw/lib/libf77blas.a > -rw-r--r-- 1 root admin 339164 Oct 30 02:25 /sw/lib/libf77blas.a > [~]% nm -p /sw/lib/libf77blas.a | grep atl_f77wrap_zdotu > U _atl_f77wrap_zdotu__ > > > I'm guessing that I should simply rebuild atlas, now that I have g77 > 3.1, right? >
That would be my suggestion. Since atlas has BuildDepends: g77 (>= 3.1-20020420-1) I don't know how you managed to build it before installing g77 3.1 (unless it was built with 10.1). -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 NOAA/OAR/CDC R/CDC1 FAX : (303)497-6449 325 Broadway Web : http://www.cdc.noaa.gov/~jsw Boulder, CO, USA 80305-3328 Office: Skaggs Research Cntr 1D-124 ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
