Brian Loe wrote:
> On 9/19/06, Thomas Anders <[EMAIL PROTECTED]> wrote:
>> Brian Loe wrote:
>>> I'm trying to compile net-snmp on AIX. I've followed the directions in
>>> INSTALL.aix but it hasn't helped. The errors I caught during configure
>>> follow:
>> What net-snmp version? What AIX version? What configure options?
> 
> net-snmp 5.2; AIX 5.3; ./configure --disable-shared --with-perl-modules

Why net-snmp 5.2? I strongly suggest to use the latest release (5.3.1)
instead.

>        cc_r -c    -I../../include -g -O2 -Daix5 -I.
> -I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
> -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT
> -q32 -D_LARGE_FILES -qlonglong -O    -DVERSION=\"5.2\"
> -DXS_VERSION=\"5.2\"  "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE"
> default_store.c
> /bin/sh: cc_r:  not found.

If you want to compile against the AIX-supplied perl, you need to have
the IBM C compiler around (since cc_r has been used to compile this
version of perl). If you don't either disable the perl modules or
install your own perl first.

FWIW, you'll get better configure warnings in 5.4.


+Thomas

-- 
Thomas Anders (thomas.anders at blue-cable.de)

-------------------------------------------------------------------------
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-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to