This is the mail archive of the
cygwin-xfree@cygwin.com
mailing list for the Cygwin XFree86 project.
Re: Linking with additional libraries...
- From: Kensuke Matsuzaki <zakki at peppermint dot jp>
- To: cygwin-xfree at cygwin dot com
- Date: Wed, 09 Feb 2005 00:38:53 +0900
- Subject: Re: Linking with additional libraries...
- References: <1107873942.c62b21c0sebastianhaby@home.se>
- Reply-to: cygwin-xfree at cygwin dot com
Hi.
In Xserver/Imakefile, you will find following line.
XWINW32 = -lgdi32 -lwsock32 $(XWINGL32) $(PTHREADLIB)
Add -lmsimg32. And make Makefile make Makefiles.
Bye
Kensuke Matsuzaki