[Iftop-users] Help

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


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

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'


Due note, I did read one of your users questions regarding iftop having 
problems installing on solaris 8.  I did change the options.c file and 
changed the variable "u_int32_t" to "unsigned int" 

If their is something else I should be looking for, please let me know. 
Thanks again for your help.

Tim Clashin 



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

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






On Wed, Mar 24, 2004 at 01:58:24PM -0600, Tim.Clashin@calcucare.com wrote:
> Hello everyone,
> 
> I am having trouble with the make command installing iftop on Solaris 9. 
I 
> have installed libpcap, and ncurses.  The configure command ran fine, 
and 
> I also installed in promisicus mode.  Below is the error I am getting 
when 
> I run the make command. 
> 
> ld: fatal: Symbol referencing errors. No output written to iftop
> collect2: ld returned 1 exit status

-- does it not list the symbols for which there were
referencing errors?

-- 
Arthur: This new learning amazes me, Sir Bedevere.  Explain again how
        sheeps' bladders may be employed to prevent earthquakes.
 (from `Monty Python and the Holy Grail')


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


<br><font size=2 face="sans-serif">I don't see the symbols, not much of
a compling guru to be honest with you. &nbsp;Below is a tail of the make
running. </font>
<br>
<br><font size=2 face="sans-serif">gcc -DHAVE_CONFIG_H -I. -I. -I. &nbsp;
&nbsp;-I/usr/local/include &nbsp;-g -O2 -c `test -f 'vector.c' || echo
'./'`vector.c</font>
<br><font size=2 face="sans-serif">gcc &nbsp;-g -O2 &nbsp;-L/usr/local/lib
-o iftop &nbsp;addr_hash.o edline.o hash.o &nbsp;iftop.o ns_hash.o options.o
&nbsp;resolver.o screenfilter.o serv_hash.o &nbsp;sorted_</font>
<br><font size=2 face="sans-serif">ist.o threadprof.o ui.o &nbsp;util.o
addrs_ioctl.o addrs_dlpi.o &nbsp;dlcommon.o stringmap.o cfgfile.o &nbsp;vector.o
&nbsp;-lpcap -lnsl -lm -lsocket &nbsp;-lncurses -lp</font>
<br><font size=2 face="sans-serif">hread</font>
<br><font size=2 face="sans-serif">Undefined &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; first referenced</font>
<br><font size=2 face="sans-serif">&nbsp;symbol &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; in
file</font>
<br><font size=2 face="sans-serif">initscr32 &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ui.o</font>
<br><font size=2 face="sans-serif">acs32map &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ui.o</font>
<br><font size=2 face="sans-serif">w32addch &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ui.o</font>
<br><font size=2 face="sans-serif">ld: fatal: Symbol referencing errors.
No output written to iftop</font>
<br><font size=2 face="sans-serif">collect2: ld returned 1 exit status</font>
<br><font size=2 face="sans-serif">*** Error code 1</font>
<br><font size=2 face="sans-serif">make: Fatal error: Command failed for
target `iftop'</font>
<br><font size=2 face="sans-serif">Current working directory /opt/iftop/iftop-0.16</font>
<br><font size=2 face="sans-serif">*** Error code 1</font>
<br><font size=2 face="sans-serif">make: Fatal error: Command failed for
target `all-recursive'</font>
<br><font size=2 face="sans-serif">Current working directory /opt/iftop/iftop-0.16</font>
<br><font size=2 face="sans-serif">*** Error code 1</font>
<br><font size=2 face="sans-serif">make: Fatal error: Command failed for
target `all'</font>
<br>
<br>
<br><font size=2 face="sans-serif">Due note, I did read one of your users
questions regarding iftop having problems installing on solaris 8. &nbsp;I
did change the options.c file and changed the variable &quot;u_int32_t&quot;
to &quot;unsigned int&quot; &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">If their is something else I should
be looking for, please let me know. &nbsp;Thanks again for your help.</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:02 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 01:58:24PM -0600, Tim.Clashin@calcucare.com
wrote:<br>
&gt; Hello everyone,<br>
&gt; <br>
&gt; I am having trouble with the make command installing iftop on Solaris
9. I <br>
&gt; have installed libpcap, and ncurses. &nbsp;The configure command ran
fine, and <br>
&gt; I also installed in promisicus mode. &nbsp;Below is the error I am
getting when <br>
&gt; I run the make command. <br>
&gt; <br>
&gt; ld: fatal: Symbol referencing errors. No output written to iftop<br>
&gt; collect2: ld returned 1 exit status<br>
<br>
-- does it not list the symbols for which there were<br>
referencing errors?<br>
<br>
-- <br>
Arthur: This new learning amazes me, Sir Bedevere. &nbsp;Explain again
how<br>
 &nbsp; &nbsp; &nbsp; &nbsp;sheeps' bladders may be employed to prevent
earthquakes.<br>
 (from `Monty Python and the Holy Grail')<br>
</tt></font>
<br>
--=_alternative 006EB88686256E61_=--