[Bug libc/229] gcc repoers an error (invalid quotes) in csu/version-info.h during crossbuild.
pluto at pld-linux dot org
sourceware-bugzilla@sources.redhat.com
Sun Jun 20 17:43:00 GMT 2004
------- Additional Comments From pluto at pld-linux dot org 2004-06-20 17:43 -------
# without fix...
# cat version-info.h
"Compiled on a Linux 2.6.7 system on 2004-06-20.
"
"Available extensions:
"
" GNU libio by Per Bothner\n"
" crypt add-on version 2.1 by Michael Glad and others\n"
" NPTL 0.61 by Ulrich Drepper\n"
" BIND-8.2.3-T5B\n"
" NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk\n"
__build/csu/version-info.h:1: error: missing terminating " character
__build/csu/version-info.h:2: error: missing terminating " character
__build/csu/version-info.h:3: error: missing terminating " character
__build/csu/version-info.h:4: error: missing terminating " character
version.c:40: error: syntax error before string constant
# with fixed makefile...
# cat version-info.h
"Compiled on a Linux 2.6.7 system on 2004-06-20."
""
"Available extensions:"
""
" GNU libio by Per Bothner\n"
" crypt add-on version 2.1 by Michael Glad and others\n"
" NPTL 0.61 by Ulrich Drepper\n"
" BIND-8.2.3-T5B\n"
" NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk\n"
--
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.
More information about the Glibc-bugs
mailing list