WoodShedd
01-10-2004, 09:56 PM
Recently I was attempting to compile something with gmake but continually got stopped by the following errors
bsd# gmake && gmake install
gmake all-recursive
gmake[1]: Entering directory `/home/verlihub-0.9.6'
Making all in src
gmake[2]: Entering directory `/home/verlihub-0.9.6/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -O2 -c verlihub.cpp
In file included from casyncsocketserver.h:30,
from cserverdc.h:27,
from verlihub.cpp:24:
ctime.h:23: ostream: No such file or directory
In file included from cuser.h:23,
from cserverdc.h:28,
from verlihub.cpp:24:
cconndc.h:27: ext/rope: No such file or directory
In file included from cconfigbase.h:21,
from cserverdc.h:31,
from verlihub.cpp:24:
tstringhashmap.h:14: ext/hash_map: No such file or directory
In file included from cserverdc.h:40,
from verlihub.cpp:24:
cusercollection.h:15: ext/rope: No such file or directory
gmake[2]: *** [verlihub.o] Error 1
gmake[2]: Leaving directory `/home/verlihub-0.9.6/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/verlihub-0.9.6'
gmake: *** [all-recursive-am] Error 2
I am running FreeBSD 4.8.
I did find a precompiled version, but running that got me a message declaring libstdc++.so.4 was missing.
anyone know what I can do to get that lib?
bsd# gmake && gmake install
gmake all-recursive
gmake[1]: Entering directory `/home/verlihub-0.9.6'
Making all in src
gmake[2]: Entering directory `/home/verlihub-0.9.6/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -O2 -c verlihub.cpp
In file included from casyncsocketserver.h:30,
from cserverdc.h:27,
from verlihub.cpp:24:
ctime.h:23: ostream: No such file or directory
In file included from cuser.h:23,
from cserverdc.h:28,
from verlihub.cpp:24:
cconndc.h:27: ext/rope: No such file or directory
In file included from cconfigbase.h:21,
from cserverdc.h:31,
from verlihub.cpp:24:
tstringhashmap.h:14: ext/hash_map: No such file or directory
In file included from cserverdc.h:40,
from verlihub.cpp:24:
cusercollection.h:15: ext/rope: No such file or directory
gmake[2]: *** [verlihub.o] Error 1
gmake[2]: Leaving directory `/home/verlihub-0.9.6/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/verlihub-0.9.6'
gmake: *** [all-recursive-am] Error 2
I am running FreeBSD 4.8.
I did find a precompiled version, but running that got me a message declaring libstdc++.so.4 was missing.
anyone know what I can do to get that lib?
