This is the mail archive of the cygwin-xfree@cygwin.com 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]

Re: Fixing Imake


On Thu, Apr 12, 2001 at 12:47:41AM -0400, Harold Hunt wrote:
>This is a pretty cool one-liner fix, in cygwin.cf, add the following line:
>#define BootstrapCFlags		-L/lib/automode.o
>
>Whoa, that was tough :)

Sorry, Harold.  That isn't right.

-Ldir adds an additional directory to search for libraries.

You just want to add /lib/automode.o to the end of the line.  That's all.

cgf


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