This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Linking C programs with COBOL DLLs


Hi,

I'm writing a C program which calls some COBOL DLLs.  How can I compile the
C program such that it can recognize the functions defined in the DLLs?
Currently it says it has undefined reference to the functions which I have
defined in the DLLs.

Thanks,
Gary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]