Atsuya Fujito wrote: []
defining F77 to be /sw/bin/g77 checking whether we are using the GNU Fortran 77 compiler... no checking whether /sw/bin/g77 accepts -g... no
Should be yes. []
checking how to get verbose linking output from /sw/bin/g77... configure: WARNING: compilation failed
Not good..
checking for Fortran 77 libraries...
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, extra underscore
checking whether /sw/bin/g77 appends underscores to external names... yes
checking whether mixed C/Fortran code can be run... yes
checking whether /sw/bin/g77 and gcc agree on int and double... yes
checking whether /sw/bin/g77 and gcc agree on double complex... yes
checking whether /sw/bin/g77 supports -c -o FILE.lo... no
bad, too.. []
checking for xmkmf... /usr/X11R6/bin/xmkmf configure: WARNING: I could not determine FPICFLAGS. configure: error: See the file INSTALL for more information. make: *** No targets specified and no makefile found. Stop. ### execution of (export failed, exit code 2 Failed: compiling r-base-1.7.1-1 failed
There is something wrong with your fortran compiler. What version of g77 do you have installed?
In the config.log file in /sw/src/r-base* you should find more precise reasons why your g77 failed these tests.
Wild guess: You have g77-3.3-2 or older installed and you did install the recent Dec2002DevTools Updater. This would explain your symptoms. See the main news feature on Fink's home page. If this is true, update g77 to the latest version.
-- Martin
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
