Kevin Ross wrote:
You're trying to call C functions from Fortran. You can't do this directly, you
need to write a small wrapper function (in C) for each of the gdchart functions you
want to call. See:
http://web.mit.edu/answers/c/fortran_call_c.html
Thanks for answering! That helps a lo
You're trying to call C functions from Fortran. You can't do this directly, you
need to write a small wrapper function (in C) for each of the gdchart functions
you
want to call. See:
http://web.mit.edu/answers/c/fortran_call_c.html
Hope this helps!
-- Kevin
Kamaraju Kusumanchi wrote:
On Sunday 24 December 2006 23:00, Paul Scott wrote:
Kamaraju Kusumanchi wrote:
On Sunday 24 December 2006 20:45, Paul Scott wrote:
(snip)
gfortran -o demostemp -lgdc *.o 2>xx
gives the following error output.
TIA for any help.
Paul Scott
On Sunday 24 December 2006 23:00, Paul Scott wrote:
> Kamaraju Kusumanchi wrote:
> > On Sunday 24 December 2006 20:45, Paul Scott wrote:
> >> I just installed gfortran on my sid system a few days ago to try to
> >> build a program for a friend which needs recursion. It uses gsl and
> >> gdcharts.
Kamaraju Kusumanchi wrote:
On Sunday 24 December 2006 20:45, Paul Scott wrote:
I just installed gfortran on my sid system a few days ago to try to
build a program for a friend which needs recursion. It uses gsl and
gdcharts. I can't seem to get gfortran to link to these libraries.
gfortran
On Sunday 24 December 2006 20:45, Paul Scott wrote:
> I just installed gfortran on my sid system a few days ago to try to
> build a program for a friend which needs recursion. It uses gsl and
> gdcharts. I can't seem to get gfortran to link to these libraries.
>
> gfortran -o demostemp -lgdc *.o
I just installed gfortran on my sid system a few days ago to try to
build a program for a friend which needs recursion. It uses gsl and
gdcharts. I can't seem to get gfortran to link to these libraries.
gfortran -o demostemp -lgdc *.o 2>xx
gives the following error output.
TIA for any h
7 matches
Mail list logo