[Netclass-general] How do you build netclass
Status: Alpha
Brought to you by:
neillm
From: <jd...@nm...> - 2009-09-01 22:42:28
|
Hi, I am having trouble building netclass on a linux x86 32-bit system. After downloading the cource using cvs anonymously, I do the following under the top directory netclass: ./configure make I get the following error in responce to make Making all in src make[1]: Entering directory `/autofs/space/monte_012/users/jdubb/workspaces/netclass/src' if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DNC_MAJOR=0 -DNC_MINOR=3 -DNC_SUB=3 -DPACKAGE=\"netclass\" -DVERSION=\"0.3.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4 -DHAVE_THREADS=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -DHAVE_INET_ATON=1 -DHAVE_INET_ADDR=1 -DHAVE_INET_PTON=1 -DHAVE_POLL=1 -DHAVE_SELECT=1 -DHAVE_STRERROR=1 -I. -I. -I/usr/include -I./ -I /usr/local/include -I/usr/src/sys -D_REENTRANT -g -O2 -MT ncsocket.lo -MD -MP -MF ".deps/ncsocket.Tpo" -c -o ncsocket.lo ncsocket.cpp; \ then mv -f ".deps/ncsocket.Tpo" ".deps/ncsocket.Plo"; else rm -f ".deps/ncsocket.Tpo"; exit 1; fi libtool: unrecognized option `--tag=CXX' Try `libtool --help' for more information. make[1]: *** [ncsocket.lo] Error 1 make[1]: Leaving directory `/autofs/space/monte_012/users/jdubb/workspaces/netclass/src' make: *** [all-recursive] Error 1 Does anyone have ideas about what I'm wrong? Jay |