Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 1995 20:05:50 -0700 (PDT)
From:      John Utz <spaz@u.washington.edu>
To:        FreeBSD hackerlist <FreeBSD-hackers@freefall.cdrom.com>
Subject:   ld.so trauma on the march 22 snap please assist!
Message-ID:  <Pine.OSF.3.91a.950403195620.6405A-100000@saul4.u.washington.edu>

next in thread | raw e-mail | index | archive | help
Hi folks;

	I have a serious problem:
mira# gmake blackj
g++ -g -O2 -c -o cards.o cards.cpp
g++ -g -O2 -c -o debug.o debug.cpp
g++ -g -O2 -c -o main.o main.cpp
g++ -g -O2 -c -o io.o io.cpp
g++ -g -O2 -c -o play-hand.o play-hand.cpp
play-hand.cpp: In function `int blackjack_check(int *, int *, int, int &)':
play-hand.cpp:107: warning: initialization to `int' from `double'
g++ -o blackj -g -O2 cards.o debug.o main.o io.o play-hand.o
mira# ./blackj
ld.so failed
mira# gdb ./blackj
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.13 (i386-unknown-freebsd),
Copyright 1994 Free Software Foundation, Inc...
(gdb) r
Starting program: /usr/local/working/./blackj
ld.so failed

Program exited with code 01.
You can't do that without a process to debug
(gdb) q
mira#

	This is the example program that we are supposed to be able to compile 
without difficulty using g++. It is supposed to work. I have waited a long 
time to be able to actually *use* my FreeBSD box to do some schoolwork. 
Now it is barfing all over the place. The TA who proofed it ( the 
Makefile and program ) is a linux dude, as is the vast majority of unix folk
around this campus. They are no help at all.

	any suggestions would be vastly appreciated!! 

*******************************************************************************
 John Utz	spaz@stein.u.washington.edu
	idiocy is the impulse function in the convolution of life




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.91a.950403195620.6405A-100000>