Hello Guys, I would like to know if is it possible to install the bwm-ng in the FreeBSD 10; since the version 8.04 I install it thought the ports without any problem, but the when I started to use the version "FreeBSD 10.0-RELEASE amd64" I can't install it. I tried install it thought differents ways like:
First: "portsnap fetch extract && portsnap fetch update" Ports with the command: "make install clean MAKE_JOBS_UNSAFE=yes", and had the follwing result: ===> Building for bwm-ng-0.6 /usr/bin/make all-recursive Making all in src cc -O2 -pipe -fno-strict-aliasing -Wno-long-long -o bwm-ng bwm-ng.o process.o output.o options.o help.o curses_tools.o retrieve.o getifaddrs.o sysctl.o devstat.o -lcurses -L/usr/local/lib -lstatgrab -ldevstat -ldevstat bwm-ng.o: In function `main': bwm-ng.c:(.text+0x31f): undefined reference to `get_iface_stats' bwm-ng.c:(.text+0x46a): undefined reference to `get_iface_stats' bwm-ng.c:(.text+0x580): undefined reference to `get_iface_stats' bwm-ng.c:(.text+0x5cb): undefined reference to `get_iface_stats' output.o: In function `values2str': output.c:(.text+0x1044): undefined reference to `dyn_byte_value2str' curses_tools.o: In function `handle_gui_input': curses_tools.c:(.text+0xcf): undefined reference to `get_iface_stats' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /usr/ports/net-mgmt/bwm-ng/work/bwm-ng-0.6/src *** Error code 1 Stop. make[2]: stopped in /usr/ports/net-mgmt/bwm-ng/work/bwm-ng-0.6 *** Error code 1 Stop. make[1]: stopped in /usr/ports/net-mgmt/bwm-ng/work/bwm-ng-0.6 *** Error code 1 Stop. make: stopped in /usr/ports/net-mgmt/bwm-ng Also tried the pkg, with command: "pkg install bwm-ng" and had the follwing result: root@quaggaJPA:/usr/ports/net-mgmt/bwm-ng # pkg install bwm-ng Updating repository catalogue pkg: No packages matching 'bwm-ng' available in the repositorie If it possible to install it in the FreeBSD 10? If the anwser if yes, how can I do it? Thanks in advanced! _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
