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 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.


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