> On Oct 28, 2006, at 11:45 PM, Remi Mommsen wrote:
>
> > Hi Jack,
> >
> > On Oct 26, 2006, at 1:13 PM, Jack Howarth wrote:
> >
> >> David,
> >>     I think we should be able to get this to work with...
> >>
> >> --- gcc4.info   2006-10-26 10:17:56.000000000 -0400
> >> +++ /sw/fink/10.4/local/main/finkinfo/gcc4.info 2006-10-26
> >> 10:15:52.000000000 -0400
> >> @@ -20,6 +20,10 @@
> >>  CompileScript: <<
> >>   #!/bin/sh -ev
> >>   ulimit -s `ulimit -s`
> >> + cd libgfortran
> >> + aclocal
> >> + autoconf
> >> + cd ..
> >>   mkdir ../darwin_objdir
> >>   cd ../darwin_objdir
> >>   ../gcc-4.2-%r/configure %c
> >>
> >
> > checking complex.h usability... yes
> > checking complex.h presence... yes
> > checking for complex.h... yes
> > /sw/src/fink.build/gcc4-4.1.9999-20061024/gcc-4.2-20061024/
> > libgfortran/configure: line 6504: syntax error near unexpected token
> > `gstdint.h'
> > /sw/src/fink.build/gcc4-4.1.9999-20061024/gcc-4.2-20061024/
> > libgfortran/configure: line 6504: `GCC_HEADER_STDINT(gstdint.h)'
> >
> >     6510 GCC_HEADER_STDINT(gstdint.h)
>
> aclocal was not given the correct -I options. It did not find the
> definition of GCC_HEADER_STDING
>
> Peter

Hi,
        You'll need "aclocal -I ../config" instead.

David Fang
Computer Systems Laboratory
Electrical & Computer Engineering
Cornell University
http://www.csl.cornell.edu/~fang/
        -- (2400 baud? Netscape 3.0?? lynx??? No problem!)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to