Re: dll link error using Cygwin gcc

2007-06-13 Thread Harold Mills
suggested using the --enable-stdcall-fixup link option, which from the ld documentation did seem like it would do the trick, but I couldn't get it to work. I specified it to gcc as -Wl,--enable-stdcall-fixup, but still got the "undefined reference" error message. Cheers,

dll link error using Cygwin gcc

2007-06-12 Thread Harold Mills
ce to '_eciSpeakText'". The Hello.c program calls a function 'eciSpeakText'. What can I do to fix this? Thank you, Harold Mills P.S. In case they might help, here are Hello.c and ibmeci.def: <<<< Hello.c>>>> #include int main(int argc, c