|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1Christopher Faylor wrote:
> I've made a new version of binutils available for installation. This is > a much-needed, much-delayed refresh against the current CVS. It should > work better with gcc-4. > > The list of changes is included after the unsubscribe info. This is a > list of changes from three binutils NEWS files. Some entries may not be > pertinent to Cygwin. > Thanks Christopher, this was much needed. Best regards, Jerry -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple |
|
|
|
|
|
Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1Fergus wrote:
> Two packaging oddities after this update: > > 1) New directory \usr\i686-pc-cygwin\ containing > > \usr\i686-pc-cygwin\bin > \usr\i686-pc-cygwin\bin\ar.exe.lnk > \usr\i686-pc-cygwin\bin\as.exe.lnk > \usr\i686-pc-cygwin\bin\ld.exe.lnk > \usr\i686-pc-cygwin\bin\nm.exe.lnk > \usr\i686-pc-cygwin\bin\ranlib.exe.lnk > \usr\i686-pc-cygwin\bin\strip.exe.lnk What's with the wrong slashes? Anyway, that's not new, the old one had it too: $ tar tfj binutils-20080624-2.tar.bz2 | grep 'i686-pc-cygwin' usr/i686-pc-cygwin/ usr/i686-pc-cygwin/bin/ usr/i686-pc-cygwin/bin/ar.exe usr/i686-pc-cygwin/bin/as.exe usr/i686-pc-cygwin/bin/ld.exe usr/i686-pc-cygwin/bin/nm.exe usr/i686-pc-cygwin/bin/ranlib.exe usr/i686-pc-cygwin/bin/strip.exe $ tar tfj binutils-2.19.51-1.tar.bz2 | grep 'i686-pc-cygwin' usr/i686-pc-cygwin/ usr/i686-pc-cygwin/bin/ usr/i686-pc-cygwin/bin/ar.exe usr/i686-pc-cygwin/bin/as.exe usr/i686-pc-cygwin/bin/ld.exe usr/i686-pc-cygwin/bin/nm.exe usr/i686-pc-cygwin/bin/ranlib.exe usr/i686-pc-cygwin/bin/strip.exe $ (you can add 'v' to tar options to check that they're links in both cases; they are.) > 2) New directory \usr\i686-pc-mingw32\ containing > > \usr\i686-pc-mingw32\include.lnk > \usr\i686-pc-mingw32\lib.lnk > \usr\i686-pc-mingw32\bin.lnk Don't know where you picked up that, but it wasn't from binutils: $ tar tfj binutils-2.19.51-1.tar.bz2 | grep 'i686-pc-ming' $ > Also (3) I get a STATUS_ACCESS_VIOLATION as reported by others > >>bash This is not a binutils bug report any longer! Try downgrading bash; there's a problem with the new libreadline7 build, which hopefully a respin with gcc-4 and this new binutils will fix. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple |
|
|
Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1Dave Korn wrote:
--- snip --- > > This is not a binutils bug report any longer! Try downgrading bash; there's > a problem with the new libreadline7 build, which hopefully a respin with gcc-4 > and this new binutils will fix. > > cheers, > DaveK I backed down on bash version which required install of libreadline6. bash still fails. This is on NT4. Maybe I need a different combination of binutils, libreadline, and bash. I will play with this for a bit. Jerry -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple |
|
|
Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1Fergus wrote:
> > Sorry, I cannot provide cygcheck output because I cannot start a process. Run it from cmd.exe; it's a non-cygwin (pure win32) executable, it should be ok. It tries to launch a couple of cygwin exes; they might fail, but most of it will work. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple |
|
|
Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1Jerry DeLisle wrote:
> Maybe I need a different combination of binutils, libreadline, and bash. Binutils can't possibly be causing shell startup failures, it's not remotely involved(*). It's going to be between libreadline and bash. cheers, DaveK -- (*) - Unless you have something very unusual in your startup scripts, but that doesn't seem likely... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple |
|
|
Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1> I backed down on bash version which required install of libreadline6.
> > bash still fails. This is on NT4. > > Maybe I need a different combination of binutils, libreadline, and bash. I > will > play with this for a bit. > > Jerry I have installed new binutils and previous bash version and now it works for me. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple |
|
|
Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1Vincent R. wrote:
>> I backed down on bash version which required install of libreadline6. >> >> bash still fails. This is on NT4. >> >> Maybe I need a different combination of binutils, libreadline, and bash. > I >> will >> play with this for a bit. >> >> Jerry > > I have installed new binutils and previous bash version and now it works > for me. > > Jerry -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple |
|
|
Stop the thread hijacking! (was Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1)If you need to talk about bash either change the subject or reply to the
thread which was already started about it: http://cygwin.com/ml/cygwin/2009-07/threads.html#00105 Complaining about bash problems in reply to a binutils announcement doesn't make any sense at all. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple |
| Free embeddable forum powered by Nabble | Forum Help |