This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 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: XInternAtom XRectInRegion ... not found ... problem with the make file?


Yes that is the fix for it....... and no it wasn't clear before.
Now the problem is immediate and constant core-dumping, but at least it built fine. Thanks :-)


Since this was a distrubuted software (and 5 years old) I thought the makefile would have been right. And I didn't know that OBJS before XLIBS would make a difference like that.

-Robert


From: Brian Dessent <brian@dessent.net>
Reply-To: cygwin-xfree@cygwin.com
To: cygwin-xfree@cygwin.com
Subject: Re: XInternAtom XRectInRegion ... not found ... problem with the make file?
Date: Tue, 22 Nov 2005 01:22:05 -0800


Robert Body wrote:

> $(CC) $(CFLAGS) $(XLIBDIR) $(XLIBS) $(OBJS) -o $(PROGRAM)

In case it wasn't clear in my first reply, this is wrong.  You need OBJS
before XLIBS, the order does matter.

Brian

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




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


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