Fixing Imake

Christopher Faylor cgf@redhat.com
Thu Apr 12 12:29:00 GMT 2001


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



More information about the Cygwin-xfree mailing list