"Cottonwood" <[EMAIL PROTECTED]> 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.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to