![]() |
Blitz Support : |
From: Julian Cummings (cummings_at_[hidden])
Date: 2005-05-16 14:42:29
Hello Frank,
I think you will need to dive into the config.log file that is produced when
you run configure and look to see why it fails to produce an executable with
the Fortran compiler. Often it is something like a linker error where the
linker cannot find the standard libraries that the C++ or Fortran compiler
are expecting. From the config.log file, you can see what test program the
configure script was trying to compile and the command it used to compile
it. Just copy the test program into a temporary file and try running the
compile command yourself. That's usually how I go about trying to solve
this sort of problem. Let us know what you find out. If there's a problem
with blitz here, I would like to fix it.
Regards, Julian C.
Dr. Julian C. Cummings
Staff Scientist, CACR/Caltech
(626) 395-2543
cummings_at_[hidden]
> -----Original Message-----
> From: blitz-support-bounces_at_[hidden]
> [mailto:blitz-support-bounces_at_[hidden]] On Behalf Of
> Frank Astier
> Sent: Monday, May 16, 2005 10:55 AM
> To: Support list for Blitz++
> Subject: Re: [Blitz-support] Blitz on Cygwin
>
> So,
>
> I have both g77 and f77 in /usr/bin. I just checked. Any
> other hint about what I should try?
>
> Thanks,
>
> Frank
>
> --- Patrik Jonsson <patrik_at_[hidden]> wrote:
> > I don't have gcc installed on my cygwin, but a possible
> explanation is
> > that all executables seem to be called blah.exe, so if you
> do gcc -o
> > program and get something called program.exe instead of program, I
> > could se how configure just would assume that the executable wasn't
> > created.
> >
> > /Patrik
> >
> > Simon Perreault wrote:
> >
> > >On May 13, 2005 19:17, Frank Astier wrote:
> > >
> > >
> > >>Just a quick check: has anybody tried to install Blitz on Cygwin?
> > I'm
> > >>getting a problem with the Fortran compiler not being able to
> > "create
> > >>executables" when running configure...
> > >>
> > >>
> > >
> > >You're probably missing g77, the GNU Fortran compiler.
> > >
> > >
> > >
> > _______________________________________________
> > Blitz-support mailing list
> > Blitz-support_at_[hidden]
> > http://www.oonumerics.org/mailman/listinfo.cgi/blitz-support
> >
> _______________________________________________
> Blitz-support mailing list
> Blitz-support_at_[hidden]
> http://www.oonumerics.org/mailman/listinfo.cgi/blitz-support
>