SLS installation problems

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Monday, October 26, 1992 - 11:41 am

I just installed SLS 0.98.1 and it went quite smoothly, except for
a4/zafix.taz, which produced the message:

chmod: usr/tmp: No such file or directory


Looking at zafix, I think doing the following will fix up what was 
wrong:

mkdir usr/tmp
chmod ugo+rwxt usr/tmp


Is this all, or am I missing something here?


Second, there seem to be a lot of man pages missing.  Do they not exist
yet, or do I need to get another package?


Third, I tried using gcc2.2.2 to build a C++ hello program:

#include <stream.h>

main()
{
  cout << "hello, world\n";
}


which resulting in the following (verbose) output fron gcc:

Reading specs from /usr/lib/gcc-lib/i386-linux/2.2.2d/specs
gcc version 2.2.2d
 /usr/lib/gcc-lib/i386-linux/2.2.2d/cpp -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -Dunix -Di386 -Dlinux -D__unix__ -D__i386__ -D__linux__ -D__unix -D__i386 -D__linux foo.cc /tmp/cca00060.i
GNU CPP version 2.2.2d (80386, BSD syntax)
 /usr/lib/gcc-lib/i386-linux/2.2.2d/cc1plus /tmp/cca00060.i -quiet -dumpbase foo.cc -version -o /tmp/cca00060.s
GNU C++ version 2.2.2d (80386, BSD syntax) compiled by GNU C version 2.2.2d.
 as -o foo.o /tmp/cca00060.s
 ld /usr/lib/crt0.o -L/usr/lib/shlib/jump -L/usr/lib/gcc-lib/i386-linux/2.2.2d -L/usr/lib/gcc-lib/i386-linux/2.2.2d foo.o -lg++ -lgcc -lc -lgcc
foo.o: Undefined symbol _cout referenced from text segment
foo.o: Undefined symbol operator<<(ostream &, const char *) referenced from text segment


_cout does not seem to be defined in libg++.a.  What gives?


Please reply by e-mail and thanks in advance.

--
David Boyle                            ...uunet!gca!boyle  or  boyle@gca.com
GCA, a unit of General Signal          (508) 837-3869
Andover, MA  01810
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
SLS installation problems, David Boyle, (Mon Oct 26, 11:41 am)