This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/229] gcc reports an error (invalid quotes) in csu/version-info.h during crossbuild.


------- Additional Comments From drepper at redhat dot com  2004-08-10 02:37 -------
This last patch is not better than what we have now.  You complain about missing
SUS compliance of the script and use echo with an option yourself.  The SUS echo
must not have any option.

You can correct your patch by testing for bash, and if bash is used, use

shopt -s xpg_echo
...
shopt -u xpg_echo

around the echos in the your patch.

Please change your patch and test it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drepper at redhat dot com
             Status|NEW                         |WAITING


http://sources.redhat.com/bugzilla/show_bug.cgi?id=229

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


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