Re: Problem with g77

1999-12-15 Thread Mark Brown
On Wed, Dec 15, 1999 at 10:43:12AM -0700, Gary Hennigan wrote: > I can't help with the build either, but I can make a suggestion. If > your users are going to be doing any serious fortran development get a > commercial Fortran compiler like the one from AbSoft or Portland I've been quite impresse

Re: Problem with g77

1999-12-15 Thread Michael Procario
I use g77 regularly and linked it against commercial fortran compiled code as well as C compiled code. If you use the g77 command to link your code it will supply the appropriate run time library. If you link with gcc then you need to include -lg2c in the link. This library seems to provide

Re: Problem with g77

1999-12-15 Thread Gary Hennigan
"Gary Hennigan" <[EMAIL PROTECTED]> writes: > "Paul Keenan" <[EMAIL PROTECTED]> writes: > > [EMAIL PROTECTED] wrote: > > > Please help! People are asking to use this program, and I can't > > > get it to work [snip] > Paul said he didn't have one of the fortran intrinsic functions, I ^

Re: Problem with g77

1999-12-15 Thread Gary Hennigan
"Paul Keenan" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: > > Please help! People are asking to use this program, and I can't > > get it to work > > It doesn't answer your question of why the build is failing, but why > not just install the binaries to get the system up and

Re: Problem with g77

1999-12-15 Thread Paul Keenan
[EMAIL PROTECTED] wrote: > Please help! People are asking to use this program, and I can't > get it to work It doesn't answer your question of why the build is failing, but why not just install the binaries to get the system up and running ? Your users may not be fussy about which comp

Problem with g77

1999-12-15 Thread dgwatson
I've been attempting to compile some fortran code for a fairly important project, and have been having trouble. The problem seems to be that there is no libU77, libF77, or libI77, which is a problem - because the program needs the functions date_and_time (or something like that - I'm not the fortr