Re: Octave configuration fails with g77-3.4.4-2

2006-08-18 Thread Brian Dessent
"James R. Phillips" wrote: > checking for Fortran libraries of g77... -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 > -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. -lm -lfrtbegin -lg2c -lcygwin > -user32 -lkernel32 -ladvapi32 -lshell32 > checking for dummy main to link with Fortran libraries... unknown > co

Octave configuration fails with g77-3.4.4-2

2006-08-18 Thread James R. Phillips
I am attempting a build of the octave-2.1.73 package with the experimental gcc 3.4.4-2 compiler release. Part of the octave configure script checks whether linking from C to fortran libraries works; and this test is failing. A partial output is shown: --snip checking for Fortran libraries of g77.