This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: RE: problems linking formats.


>> 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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]