From owner-freebsd-hackers Tue Apr 4 15:10:01 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA24356 for hackers-outgoing; Tue, 4 Apr 1995 15:10:01 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA24338 for ; Tue, 4 Apr 1995 15:08:57 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA21163; Tue, 4 Apr 1995 21:56:29 +0200 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id VAA00308; Tue, 4 Apr 1995 21:56:29 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id TAA00877; Tue, 4 Apr 1995 19:43:44 +0200 From: J Wunsch Message-Id: <199504041743.TAA00877@uriah.heep.sax.de> Subject: Re: ld.so trauma on the march 22 snap please assist! To: spaz@u.washington.edu (John Utz) Date: Tue, 4 Apr 1995 19:43:41 +0200 (MET DST) Cc: FreeBSD-hackers@freefall.cdrom.com In-Reply-To: from "John Utz" at Apr 3, 95 08:05:50 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 710 Sender: hackers-owner@FreeBSD.org Precedence: bulk As John Utz wrote: > > g++ -o blackj -g -O2 cards.o debug.o main.o io.o play-hand.o > mira# ./blackj > ld.so failed Huh, i thought someone (Michael Reifenberger?) solved our dynamic linkage-related C++ troubles... > This is the example program that we are supposed to be able to compile > without difficulty using g++. It's not your program. Even a simple ``Hello, world''-style C++ program now fails. :-( > any suggestions would be vastly appreciated!! Until the problems are solved, link your program statically. (i.e., add ``-static'' to the CCFLAGS) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)