[Bug binutils/11240] Windres breaks down with spaces in rc source

2010-02-09 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-02-09 10:10 
---
Hi,

 Linker error, could not find resource metal.pngtempleoftheancesteors

This is more of a feature than a bug.  What is happening is that windres 
now supports the concatenating of two double-quote enclosed strings into one
string, just as a C compiler does.  So:

 foo
 bar
 
is treated as if you had typed:

 foobar
 
The simple way around this is to use single quotes for the second 
string, as in:

metal   png DISCARDABLE  ../source/metal.png
'temple of the ancestors'   fxp DISCARDABLE 
../presets/syntheticenvironments/temple of the ancestors.fxp

I hope that this is OK with you.

Cheers
   Nick



-- 
   What|Removed |Added

 Status|NEW |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11240

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/11238] make distclean does not clean up config.cache files

2010-02-09 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-02-09 12:15 
---
Created an attachment (id=4581)
 -- (http://sourceware.org/bugzilla/attachment.cgi?id=4581action=view)
Delete config.cache files when reconfiguring


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11238

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/11238] make distclean does not clean up config.cache files

2010-02-09 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-02-09 12:18 
---
Hi Jon,

  Thanks for the detailed instructions for reproducing the problem.  I am now
able to make it happen locally and I have found the problem - running configure
with a new value of CFLAGS *before* running make distclean.  The (re)configure
deletes the Makefiles in the various build directories, which means that there
is nothing that can be done when you run make distclean.

  I have created a patch to the top level configure script so that when it
deletes a Makefile in sub-directory it will also look for and delete any
config.cache files that might be present.  Please give it a try and let me know
how you get on.

Cheers
  Nick


-- 
   What|Removed |Added

 Status|REOPENED|WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11238

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/11264] New: linker warning sh_link not set for section `.ARM.exidx' when using shared library linked by gold

2010-02-09 Thread ahartmetz at gmail dot com
When linking (with old ld) a shared library against another shared library
linked with gold, ld emits -in my case- the warning:
/usr/bin/ld: /opt/kde4/lib/libQtWebKit.so.4: warning: sh_link not set for
section `.ARM.exidx'

I don't know how which possible problems the warning is warning me about
though...

-- 
   Summary: linker warning sh_link not set for section
`.ARM.exidx' when using shared library linked by gold
   Product: binutils
   Version: 2.21 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: gold
AssignedTo: ian at airs dot com
ReportedBy: ahartmetz at gmail dot com
CC: bug-binutils at gnu dot org
 GCC build triplet: armv7l-unknown-linux-gnueabi
  GCC host triplet: armv7l-unknown-linux-gnueabi
GCC target triplet: armv7l-unknown-linux-gnueabi


http://sourceware.org/bugzilla/show_bug.cgi?id=11264

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils