From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25148 invoked by alias); 20 Jun 2004 17:43:45 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 25123 invoked by uid 48); 20 Jun 2004 17:43:45 -0000 Date: Sun, 20 Jun 2004 17:43:00 -0000 Message-ID: <20040620174345.25121.qmail@sourceware.org> From: "pluto at pld-linux dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20040620145059.229.pluto@pld-linux.org> References: <20040620145059.229.pluto@pld-linux.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/229] gcc repoers an error (invalid quotes) in csu/version-info.h during crossbuild. X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg00094.txt.bz2 List-Id: ------- 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.