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| Artem Bityutskiy | [PATCH 10/44 take 2] [UBI] debug unit implementation |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| Trent Piepho | [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
| Dave Young | Re: Linux v2.6.24-rc1 |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Linus Torvalds | Re: [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Natalie Protasevich | [BUG] New Kernel Bugs |
