RE: AR error

2006-10-20 Thread Dave Korn
On 20 October 2006 18:57, Dave Korn wrote: > On 20 October 2006 18:19, David L. Morgan wrote: >> ar -ar -o /cygdrive/c/tree/dbc/lib/libendian.a endian.o > > ar -cr -o /cygdrive/c/tree/dbc/lib/libendian.a endian.o > > works for me. '-a' is a modifier, not a keyletter. But that's not the p

RE: AR error

2006-10-20 Thread Dave Korn
On 20 October 2006 18:19, David L. Morgan wrote: > I am running cygwin 1.5.21-1 on a Windows XP64 system, and am having > a problem with AR on the system, where AR reports "File format not > recognized" when I attempt to link what appears to be a valid object. Here > is an example: > $ m

Re: AR error

2006-10-20 Thread Larry Hall (Cygwin)
David L. Morgan wrote: Hello, I am running cygwin 1.5.21-1 on a Windows XP64 system, and am having a problem with AR on the system, where AR reports "File format not recognized" when I attempt to link what appears to be a valid object. Here is an example: $ make -n endian.o echo "-- C

AR error

2006-10-20 Thread David L. Morgan
Hello, I am running cygwin 1.5.21-1 on a Windows XP64 system, and am having a problem with AR on the system, where AR reports "File format not recognized" when I attempt to link what appears to be a valid object. Here is an example: $ make -n endian.o echo "-- C compiling-O3 endian.c