matthiasm wrote:
> 
> On 30.10.2008, at 00:41, Gary Dumer wrote:
> 
>> I have never been able to successfully install FLTK. Every so often I 
>> try again, but it never works. I have Windows XP and I'm trying to 
>> install using MinGW latest version. I copied the makefiles as 
>> requested, but it always fails. Below is a copy of the console messages:
> 
>> ./configure: test: too many arguments
> 
> Yes, this looks like a particular "known issue". You have a version of 
> Cygwin that converts all line endings from Unix CR to DOS CR LF. This 
> is  a bug in Cygwin. The problem should go away when you upgrade all 
> your Cygwin components to the current versions - not sure, you may even 
> have to reinstall Cygwin.

I don't think that this is a Cygwin problem. The OP indicated that he 
used "MinGW latest version". IMHO, line endings should not be a problem 
with MinGW. Maybe he should _not_ copy the Makefiles, because this is an 
obsolete step for MinGW now, and autoconf etc. works for MinGW, but 
since I don't use MinGW, I hope that someone else can tell better.

> Any Cygwin user out there who knows what exactly was required?

There are some usual issues: Don't use a Windows tool (like winzip) to 
extract the files from the tarball, because this would make CR/LF line 
endings. Use dos2unix (or d2u) to convert line endings to unix (LF only) 
style.

Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to