Harold L Hunt II wrote:

> > gcc -shared -o x1.dll x1.c xtinherit.c
>                   ^^^^^^      ^^^^^^^^^^^
>
> That is the crux of my whole argument, and I believe it is what Alan was
> trying to tell me to do.  You do *not* link xtinherit.c/o into x1.dll.
> Instead, only for demonstration purposes, you can link it directly into
> any executables that link to x1.dll.
>
> What is your response to that?

i686-pc-cygwin32-gcc -shared -o x1.dll x1.c
/tmp/ccE9Szng.o(.data+0x0):x1.c: undefined reference to `__XtInherit'

bye
    ago
-- 
 [EMAIL PROTECTED]
 http://www.gotti.org           ICQ: 126018723

Reply via email to