[Iftop-users] Help

Tim.Clashin@calcucare.com Tim.Clashin at calcucare.com
Wed, 24 Mar 2004 14:19:15 -0600


This is a multipart message in MIME format.
--=_alternative 006FB71286256E61_=
Content-Type: text/plain; charset="US-ASCII"

I installed ncurses5.4, and used the default install in /usr/local. 

Thanks for your assistance,

Tim Clashin 



Chris Lightfoot <chris@ex-parrot.com> 
03/24/2004 02:16 PM

To
Tim.Clashin@calcucare.com
cc
iftop-users@lists.beasts.org
Subject
Re: [Iftop-users] Help






On Wed, Mar 24, 2004 at 02:08:23PM -0600, Tim.Clashin@calcucare.com wrote:
> I don't see the symbols, not much of a compling guru to be honest with 
> you.  Below is a tail of the make running. 
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/local/include  -g -O2 -c `test 

> -f 'vector.c' || echo './'`vector.c
> gcc  -g -O2  -L/usr/local/lib -o iftop  addr_hash.o edline.o hash.o 
> iftop.o ns_hash.o options.o  resolver.o screenfilter.o serv_hash.o 
sorted_
> ist.o threadprof.o ui.o  util.o addrs_ioctl.o addrs_dlpi.o  dlcommon.o 
> stringmap.o cfgfile.o  vector.o  -lpcap -lnsl -lm -lsocket  -lncurses 
-lp
> hread
> Undefined                       first referenced
>  symbol                             in file
> initscr32                           ui.o
> acs32map                            ui.o
> w32addch                            ui.o
> ld: fatal: Symbol referencing errors. No output written to iftop
> collect2: ld returned 1 exit status
> *** Error code 1
> make: Fatal error: Command failed for target `iftop'
> Current working directory /opt/iftop/iftop-0.16
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /opt/iftop/iftop-0.16
> *** Error code 1
> make: Fatal error: Command failed for target `all'

hmm. The functions it can't find are parts of ncurses, but
from the options it looks like you've got it linking
against the right library. Which version of ncurses have
you got on that machine? Where is it installed?


-- 
wasm (n.): an outmoded policy, belief, or enthusiasm;
           literally an ism of the past.


--=_alternative 006FB71286256E61_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">I installed ncurses5.4, and used the
default install in /usr/local. &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">Thanks for your assistance,</font>
<br>
<br><font size=2 face="sans-serif">Tim Clashin </font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Chris Lightfoot &lt;chris@ex-parrot.com&gt;</b>
</font>
<p><font size=1 face="sans-serif">03/24/2004 02:16 PM</font>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">Tim.Clashin@calcucare.com</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top><font size=1 face="sans-serif">iftop-users@lists.beasts.org</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">Re: [Iftop-users] Help</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>On Wed, Mar 24, 2004 at 02:08:23PM -0600, Tim.Clashin@calcucare.com
wrote:<br>
&gt; I don't see the symbols, not much of a compling guru to be honest
with <br>
&gt; you. &nbsp;Below is a tail of the make running. <br>
&gt; <br>
&gt; gcc -DHAVE_CONFIG_H -I. -I. -I. &nbsp; &nbsp;-I/usr/local/include
&nbsp;-g -O2 -c `test <br>
&gt; -f 'vector.c' || echo './'`vector.c<br>
&gt; gcc &nbsp;-g -O2 &nbsp;-L/usr/local/lib -o iftop &nbsp;addr_hash.o
edline.o hash.o <br>
&gt; iftop.o ns_hash.o options.o &nbsp;resolver.o screenfilter.o serv_hash.o
sorted_<br>
&gt; ist.o threadprof.o ui.o &nbsp;util.o addrs_ioctl.o addrs_dlpi.o &nbsp;dlcommon.o
<br>
&gt; stringmap.o cfgfile.o &nbsp;vector.o &nbsp;-lpcap -lnsl -lm -lsocket
&nbsp;-lncurses -lp<br>
&gt; hread<br>
&gt; Undefined &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; first referenced<br>
&gt; &nbsp;symbol &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; in file<br>
&gt; initscr32 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ui.o<br>
&gt; acs32map &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ui.o<br>
&gt; w32addch &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ui.o<br>
&gt; ld: fatal: Symbol referencing errors. No output written to iftop<br>
&gt; collect2: ld returned 1 exit status<br>
&gt; *** Error code 1<br>
&gt; make: Fatal error: Command failed for target `iftop'<br>
&gt; Current working directory /opt/iftop/iftop-0.16<br>
&gt; *** Error code 1<br>
&gt; make: Fatal error: Command failed for target `all-recursive'<br>
&gt; Current working directory /opt/iftop/iftop-0.16<br>
&gt; *** Error code 1<br>
&gt; make: Fatal error: Command failed for target `all'<br>
<br>
hmm. The functions it can't find are parts of ncurses, but<br>
from the options it looks like you've got it linking<br>
against the right library. Which version of ncurses have<br>
you got on that machine? Where is it installed?<br>
<br>
<br>
-- <br>
wasm (n.): an outmoded policy, belief, or enthusiasm;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; literally an ism of the past.<br>
</tt></font>
<br>
--=_alternative 006FB71286256E61_=--