From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Sanderman To: "'chet@po.cwru.edu'" Cc: "gnu-win32@cygnus.com" Subject: RE: RE: problems linking formats. Date: Wed, 26 Mar 1997 10:30:00 -0000 Message-id: <01BC39D0.3E4BB120@DAVIDSANL> X-SW-Source: 1997-03/msg00437.html >> 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".