help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot call a C module from Fortran


From: Paul Pluzhnikov
Subject: Re: Cannot call a C module from Fortran
Date: Tue, 23 May 2006 19:57:56 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"Cottonwood" <google@c-d-j.de> writes:

> qqmodlib.a(qqprint.o):qqprint.for:(.text+0x42): undefined reference to
> `qqcprint'
>
> What am I doing wrong?

We don't know, since you never told us:
- what system you are on,
- what your command line looks like.

The "standard" tool for debugging these kinds of problems is "nm".

What does "nm qqmidlib.a | grep qqcprint" say when you have "C"
module, and when you have Fortran one?

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]