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 repoers an error (invalid quotes) in csu/version-info.h during crossbuild.


------- Additional Comments From qboosh at pld-linux dot org  2004-06-22 08:45 -------
This problem is actually specific to shell (/bin/sh==pdksh in case of PLD),
not platform or crossbuilding.
Current csu/Makefile works only with bash (which doesn't expand escapes in echo
without -e - i.e. is not SUS-compliant here...)

Here is version of patch which works both with ksh and bash (and preserves
newlines like in original code):
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/Attic/glibc-make.patch?rev=1.2

-- 


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]