This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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]

Re: Perl Tk in Cygwin (using X)


Charles schrieb:

> Hi Gerrit,
>         Not quite there yet...

>         I went to '/usr/X11R6/bin'.  There is no file 'libX11.dll.a', but there
> is a 'libX11.dll', so I did 'ln -s libX11.dll libX11.a'.  I closed the
> window, opened a new bash session, and tried compiling.  I got the same
> error (below).

>         Did I pick the right directory?  Did I pick the right file?

No, look into /usr/X11R6/lib. we need the import libraries there and
don't link directly against the DLLs.  If you don't have the
importlibraries installed, do it at first.  libX11.dll.a and the others
are in the package XFree86-prog-4.3.0-7.

BTW, symlinks to DLLs are not working on Windows.

Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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