Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2001 02:24:11 +0800
From:      Derek <derek.tay@qalacom.com>
To:        andreas@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: cflowd-2-1-b1_1
Message-ID:  <5.0.2.1.0.20010127022041.00a9e480@qalacom.com>

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

I am currently installing cflowd in a FreeBSD 4.2 on Intel platform using 
g++ 2.95.2.
I have bison-1.2.8, gettext-0.10.35 and gmake-3.79.1 installed.

I have compiled and installed arts++-1-1-a8 without any problems into 
/usr/local/arts.

When i try to compile cflowd-2-1-b1, everything runs fine until compilation 
of the apps/
this is the result of a gmake
....
gmake[2]: Entering directory `/usr/local/src/cflowd-2-1-b1/classes/src'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/local/src/cflowd-2-1-b1/classes/src'
gmake[1]: Leaving directory `/usr/local/src/cflowd-2-1-b1/classes'
cd apps; gmake
gmake[1]: Entering directory `/usr/local/src/cflowd-2-1-b1/apps'
cd cflowdmux; gmake
gmake[2]: Entering directory `/usr/local/src/cflowd-2-1-b1/apps/cflowdmux'
c++ -g -O2 CflowdRawFlowClientList.o cflowdmux.o 
../../classes/lib/.libs/libCfd.a -L/usr/local/arts/lib -lArts 
../../snmp++/classes/lib/.libs/libsnmp++.a -lfl -lcompat -o cflowdmux 
-Wl,--rpath -Wl,/usr/local/arts/lib -Wl,--rpath -Wl,/usr/local/arts/lib
../../snmp++/classes/lib/.libs/libsnmp++.a: could not read symbols: Archive 
has no index; run ranlib to add one
gmake[2]: *** [cflowdmux] Error 1
gmake[2]: Leaving directory `/usr/local/src/cflowd-2-1-b1/apps/cflowdmux'
gmake[1]: *** [cflowdmux] Error 2
gmake[1]: Leaving directory `/usr/local/src/cflowd-2-1-b1/apps'
gmake: *** [all] Error 2

I am not sure what it means when it says "could not read symbols: Archive 
has no index;".
Appreciate any hints or help you can provide.

thanks,
/dt

Below is a copy of my config.cache file (not sure if this would help),

# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs. It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already. You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
ac_cv_prog_cc_works=${ac_cv_prog_cc_works='yes'}
ac_cv_lib_fl_yywrap=${ac_cv_lib_fl_yywrap='yes'}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h='yes'}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g='yes'}
ac_cv_prog_gnu_ld=${ac_cv_prog_gnu_ld='yes'}
ac_cv_prog_CXX=${ac_cv_prog_CXX='c++'}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB='ranlib'}
ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp='yes'}
ac_cv_lib_nsl_inet_ntoa=${ac_cv_lib_nsl_inet_ntoa='no'}
ac_cv_prog_cxx_cross=${ac_cv_prog_cxx_cross='no'}
ac_cv_lib_socket_socket=${ac_cv_lib_socket_socket='no'}
ac_cv_path_LD=${ac_cv_path_LD='/usr/libexec/elf/ld'}
ac_cv_prog_CC=${ac_cv_prog_CC='gcc'}
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h='yes'}
ac_cv_prog_LN_S=${ac_cv_prog_LN_S='ln -s'}
ac_cv_prog_cxx_works=${ac_cv_prog_cxx_works='yes'}
ac_cv_header_sys_filio_h=${ac_cv_header_sys_filio_h='yes'}
ac_cv_path_NM=${ac_cv_path_NM='/usr/bin/nm -B'}
ac_cv_prog_gcc=${ac_cv_prog_gcc='yes'}
ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross='no'}
ac_cv_prog_cxx_g=${ac_cv_prog_cxx_g='yes'}
ac_cv_prog_gxx=${ac_cv_prog_gxx='yes'}
ac_cv_lib_compat_ftok=${ac_cv_lib_compat_ftok='yes'}
ac_cv_prog_CPP=${ac_cv_prog_CPP='gcc -E'}
ac_cv_header_sys_termios_h=${ac_cv_header_sys_termios_h='yes'}




derek tay . network engineering
derek.tay@qalacom.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.0.2.1.0.20010127022041.00a9e480>