From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13940 invoked by alias); 23 Jul 2007 06:09:07 -0000 Received: (qmail 13917 invoked by uid 48); 23 Jul 2007 06:08:59 -0000 Date: Mon, 23 Jul 2007 06:09:00 -0000 Message-ID: <20070723060859.13916.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/32830] shared library create by hppa64-hp11.11 can't run. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "cnstar9988 at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg02308.txt.bz2 ------- Comment #5 from cnstar9988 at gmail dot com 2007-07-23 06:08 ------- I found the problem. But I don't know how to resolved. $ gcc -Wl,+noallowunsats -m64 -fPIC -static-libgcc -Wl,-chpexport.sym -shared -o libtrsbean.sl MafBean.o Function.o api/lib/trsapi.a -lc -lpthread ld: Unsatisfied symbol "_Jv_RegisterClasses" in file /home/gcc-4.2.1/lp64/bin/../lib/gcc/hppa64-hp-hpux11.11/4.2.1/crtbeginS.o ld: Unsatisfied symbol "_end" in file /lib/pa20_64/libc.sl ld: Unsatisfied symbol "__cxa_finalize" in file /home/gcc-4.2.1/lp64/bin/../lib/gcc/hppa64-hp-hpux11.11/4.2.1/crtbeginS.o ld: Unsatisfied symbol "main" in file /lib/pa20_64/libc.sl 4 errors. collect2: ld returned 1 exit status -- cnstar9988 at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32830