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: Richard E Maine
Subject: Re: Cannot call a C module from Fortran
Date: Wed, 24 May 2006 08:51:38 -0700
User-agent: MacSOUP/2.7 (Mac OS X version 10.4.6)

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

> Because I have no problem to call Fortran from C this can't ba a
> conflict with the names.

This is a non-sequitur. In fact, as it came out in a separate followup,
the problem turns out to be the omission of an extern declaration from
C++ code, which changes the mangled form of the name. Thus the problem
actually *WAS* a "conflict" (well, mismatch, but that's what you mean)
bewteen the names.

-- 
Richard Maine                     | Good judgment comes from experience;
email: my first.last at org.domain| experience comes from bad judgment.
org: nasa, domain: gov            |       -- Mark Twain


reply via email to

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