This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: cross-assembling under cygwin




>    (2) ./configure --target=m68k-sun-sunos4.1.1

Please try running configure in some directory other than the one
the sources are in.  For example:

	mkdir ../build
	cd ../build
	../binutils-2.9/configure ...
	make