Dave, Thomas, thanks, you were right. 

But, unfortunately, now I have another problem: 

... 
... 
... 
... 
gcc -I../include -I. -I../snmplib -g -O2 -Dhpux11 -c snmp_api.c  -fPIC
-DPIC -o .libs/snmp_api.lo 
In file included from snmp_api.c:88: 
/usr/include/sys/socket.h:484: parse error before "sendfile" 
/usr/include/sys/socket.h:485: parse error before "bsize_t" 
/usr/include/sys/socket.h:486: parse error before "sendpath" 
/usr/include/sys/socket.h:487: parse error before "bsize_t" 
snmp_api.c: In function `_init_snmp': 
snmp_api.c:666: warning: assignment makes pointer from integer without a
cast 
snmp_api.c:671: dereferencing pointer to incomplete type 
snmp_api.c: In function `snmp_add_var': 
snmp_api.c:6759: warning: assignment makes pointer from integer without
a cast 
snmp_api.c:6759: warning: assignment makes pointer from integer without
a cast 
*** Error exit code 1 

Stop. 
*** Error exit code 1 


I'm missing some "incluse" ??? 

Thanks. 

Nunzio Palmentieri 
Web Care Solution 
  
Atos Origin 
Via Antiniana 2/a 
80078 Pozzuoli (NA) - ITALY 

  

Direct        +39 081 6103 388 
Mobile       +39 335 1214 806 
Fax             +39 081 6103 200 
e-mail        mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>  
Web            www.atosorigin.com 

This electronic message contains information from Atos Origin, which may
be privileged and confidential. The information is intended to be use of
the individual(s) or entity named above. If you are not the intended
recipient, be aware that any disclosure, copying, distribution or use of
the contents of this information is prohibited.


-----Messaggio originale----- 
Da: Dave Shield [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Inviato: lunedì 26 marzo 2007 16.32 
A: Palmentieri Nunzio 
Cc: net-snmp-coders@lists.sourceforge.net 
Oggetto: Re: R: ld: Bad machine type: 3 in file all_helpers.lo 

On 26/03/07, Palmentieri Nunzio <[EMAIL PROTECTED]>
wrote: 
> I noticed that in configuration phase I received the following
WARNINGS: 
> 
> 
> configure: WARNING: sys/socket.h: present but cannot be compiled 
   <etc> 

> Could this be a problem? 

Unlikely. 
These warnings tend to be annoying, rather than indicating a real
problem. 

As Thomas says, the most likely cause of your error is object files 
left over from a previous compilation. 

We'd suggest you start again from a clean tarball. 
Unpack that, and run "configure ; make clean ; make" 


Dave 

------------------------------------------------------------------------
- 
Take Surveys. Earn Cash. Influence the Future of IT 
Join SourceForge.net's Techsay panel and you'll get the chance to share
your 
opinions on IT & business topics through brief surveys-and earn cash 
http://www.techsay.com/default.php?page=join.php
<http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVD
EV> &p=sourceforge&CID=DEVDEV 
_______________________________________________ 
Net-snmp-coders mailing list 
Net-snmp-coders@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
<https://lists.sourceforge.net/lists/listinfo/net-snmp-coders>  

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to