From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29907 invoked by alias); 8 Apr 2011 09:33:18 -0000 Received: (qmail 29900 invoked by uid 22791); 8 Apr 2011 09:33:18 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Apr 2011 09:33:14 +0000 From: "doko at debian dot org" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/12653] New: undefined references to ssse3 routines when trying to link with the static lib on x86_64 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at debian dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: drepper.fsp at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 08 Apr 2011 09:33:00 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2011-04/txt/msg00026.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12653 Summary: undefined references to ssse3 routines when trying to link with the static lib on x86_64 Product: glibc Version: 2.13 Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: drepper.fsp@gmail.com ReportedBy: doko@debian.org trying to build a statically linked bash; the build did succeed with glibc-2.12, fails with glibc-2.13 gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -Wl,-Bsymbolic-functions -static -static -rdynamic -g -O2 -Wall -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lglob -lsh -lreadline -lhistory -lcurses -ltilde [...] /usr/lib/gcc/x86_64-linux-gnu/4.5.2/../../../../lib/libc.a(memmove_chk.o): In function `__memmove_chk': (.text+0x1b4): undefined reference to `__memmove_chk_ssse3_back' /usr/lib/gcc/x86_64-linux-gnu/4.5.2/../../../../lib/libc.a(memmove_chk.o): In function `__memmove_chk': (.text+0x1b9): undefined reference to `__memmove_chk_ssse3' collect2: ld returned 1 exit status make[2]: *** [bash] Error 1 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.