problems linking formats.

Dave Sanderman davidsan@verity.com
Wed Mar 26 10:30:00 GMT 1997


>> sets TESTVAR to simply "foo".  on b17.1, i'm getting
>> 
>> "foo
>> bar"
>> 
>> instead.

> The latter value is correct.  Since you don't have the version of bash
> that's running on netcom, it's possible that this was a bug fixed in
> a more current version of bash.  Bash versions 1.14.6 and 1.14.7 get
> this right.
well, then something else is hosed in the gcc config process.
basically, config.sub (i think, my cygnus install is at home, so
i'm going a little from memory here) always returns
"i386-cygwin32
i386-cygwin32"
for all its calls in ./configure, so all the set TARGET=`config.sub` type
constructions set TARGET to the two-line entity.  then, the TARGET
vars are substituted into sed scripts, causing stuff like
"s/foo/i386-cygwin32
i386-cygwin32/"
which sed (rightly?) barfs on.  has anybody gotten this to work
with b17.1?  was there another step that i missed?
  dave

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list