From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21451 invoked by alias); 14 Apr 2003 15:00:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 21436 invoked from network); 14 Apr 2003 15:00:14 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 14 Apr 2003 15:00:14 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 1955RM-0008TW-00 for gcc@gnu.org; Mon, 14 Apr 2003 11:00:12 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1955QC-0002DB-00 for gcc@gnu.org; Mon, 14 Apr 2003 10:59:01 -0400 Received: from exu.magicwebdesign.com.br ([200.250.93.5] helo=mail.magicwebdesign.com.br) by monty-python.gnu.org with smtp (Exim 4.10.13) id 1955QB-0002AW-00 for gcc@gnu.org; Mon, 14 Apr 2003 10:58:59 -0400 Received: (qmail 4167 invoked by uid 85); 14 Apr 2003 14:58:53 -0000 Received: from leo@magicwebdesign.com.br by exu.magicwebdesign.com.br with qmail-scanner-1.00 (uvscan: v4.1.40/v4256. . Clean. Processed in 0.096282 secs); 14 Apr 2003 14:58:53 -0000 Received: from unknown (HELO lodo.magicwebdesign.com.br) (200.250.93.10) by 0 with SMTP; 14 Apr 2003 14:58:53 -0000 Received: (qmail 18888 invoked from network); 14 Apr 2003 14:58:52 -0000 Received: from unknown (HELO magic15Leo) (200.250.93.6) by 0 with SMTP; 14 Apr 2003 14:58:51 -0000 Message-ID: <003501c30296$66916360$0f00a8c0@magic15Leo> From: "Leonardo B. Cuquejo" To: Subject: gcc Date: Mon, 14 Apr 2003 15:39:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=1.5 required=5.0 tests=INVALID_MSGID,SPAM_PHRASE_00_01,USER_AGENT_OE version=2.41 X-Spam-Level: * X-SW-Source: 2003-04/txt/msg00631.txt.bz2 Hello There! A have try to compile gcc 3.2.2 in openbsd 3.2 and have theses erros: , std::char_traits, std::allocator >::_S_empty_rep_storagerefs follow /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/basic_string.tcc:150: Undefined symbol `std::basic_string, std::allocator >::_Rep::_S_create(unsigned, std::allocator const&)' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/basic_string.h:166: Undefined symbol `std::basic_string, std::allocator >::_Rep::_S_terminal' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/basic_string.tcc:147: Undefined symbol `std::__throw_logic_error(char const*)' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/ext/stl_hashtable.h:886: Undefined symbol `std::basic_string, std::allocator >::_Rep::_S_terminal' referenced from text segment abi_check.cc:69: Undefined symbol `std::locale::classic()' referenced from text segment abi_check.cc:69: Undefined symbol `std::collate const& std::use_facet >(std::locale const&)' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/ext/stl_hashtable.h:896: Undefined symbol `___cxa_begin_catch' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/ext/stl_hashtable.h:904: Undefined symbol `___cxa_rethrow' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/ext/stl_hashtable.h:904: Undefined symbol `___cxa_end_catch' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/stl_alloc.h:238: Undefined symbol `std::__default_alloc_template<(bool)1, (int)0>::allocate(unsigned)' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/stl_alloc.h:238: Undefined symbol `std::__default_alloc_template<(bool)1, (int)0>::allocate(unsigned)' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/stl_deque.h:503: Undefined symbol `___cxa_begin_catch' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/stl_deque.h:506: Undefined symbol `___cxa_rethrow' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/stl_deque.h:506: Undefined symbol `___cxa_end_catch' referenced from text segment ../libsupc++/new:0: More undefined symbol ___cxa_begin_catch refs follow /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/stl_uninitialized.h:0: More undefined symbol ___cxa_rethrow refs follow /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/stl_uninitialized.h:0: More undefined symbol ___cxa_end_catch refs follow /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/iostream:63: Undefined symbol `std::ios_base::Init::~Init [in-charge]()' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/iostream:63: Undefined symbol `std::ios_base::Init::Init[in-charge]()' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/sstream:234: Undefined symbol `vtable for std::basic_stringbuf, std::allocator >' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/streambuf:241: Undefined symbol `vtable for std::basic_streambuf >' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/streambuf:245: Undefined symbol `std::locale::~locale [in-charge]()' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/stl_vector.h:395: Undefined symbol `std::__throw_length_error(char const*)' referenced from text segment /usr/local/src/gcc-3.2.2/i386-unknown-openbsd3.2/fpic/libstdc++-v3/inclu de/bits/stl_alloc.h:0: More undefined symbol std::__default_alloc_template<(bool)1, (int)0>::allocate(unsigned)refs follow collect2: ld returned 1 exit status Thank's Leonardo B. Cuquejo System/Network Administrator - Magic Web Design ----------------------------------------------------------- leo@magicwebdesign.com.br www.magicwebdesign.com.br (41) 342-6434 Curitiba - PR - Brasil