Displaying 9 results from an estimated 9 matches for "dsolaris2".
2007 Mar 06
3
make errors on solaris express dev 02/07
make fails at drivers:
make[1]: Entering directory `/export/home/zoly/Documents/trunk/drivers'
/bin/sh ../libtool --tag=CC --mode=link gcc -I../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/sfw/include -g -Dsolaris2 -I. -I/usr/sfw/include -O -Wall -Wsign-compare -o al175 al175.o ../common/libcommon.a ../common/upsconf.o ../common/parseconf.o ../common/state.o main.o dstate.o serial.o
gcc -I../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr...
2014 Oct 09
0
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
...etween the Net-SNMP package and your current compiler:
configure:7857: checking for Net-SNMP version via net-snmp-config
configure:7863: result: 5.6.1.1 found
configure:7866: checking for Net-SNMP cflags
configure:7885: result: -DNETSNMP_ENABLE_IPV6 -xO3 -m32 -xarch=pentium_pro -xchip=pentium_pro -Dsolaris2=solaris2 -I/opt/csw/include -I/opt/csw/include -I/opt/csw/include
configure:7888: checking for Net-SNMP libs
configure:7907: result: -L/opt/csw/lib -lnetsnmp
configure:7912: checking for net-snmp/net-snmp-config.h
configure:7912: gcc -c -DNETSNMP_ENABLE_IPV6 -xO3 -m32 -xarch=pentium_pro -xchip=pent...
2006 May 20
1
building a library for common/ [was: minor building issues (svn HEAD revision 427)]
NUT developers,
I'm looking for a low-tech solution for this linker error:
> gcc -I../include -O -Wall -Wsign-compare -g -Dsolaris2
> -I/software/openssl-0.9.7_runtime/include -I.
> -I/software/netsnmp-5.3/include -o snmp-ups snmp-ups.o main.o dstate.o \
> ../common/state.o ../common/upsconf.o ../common/parseconf.o \
> ../common/common.o ../common/setenv.o ../common/inet_aton.o
> -lnsl -lsocket...
2008 Feb 08
1
Building NUT 2.2.1 under Solaris 10 (SPARC)
...s/common.Tpo" -c -o
common.o common.c; \
then mv -f ".deps/common.Tpo" ".deps/common.Po"; else rm -f
".deps/common.Tpo"; exit 1; fi
.
.
.
Making all in drivers
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/usr/sfw/include -Dsolaris_2 -xarch=v9 -Dsolaris2 -I.
-I/usr/sfw/include -O -Wall -Wsign-compare -MT al175.o -MD -MP -MF
".deps/al175.Tpo" -c -o al175.o al175.c; \
then mv -f ".deps/al175.Tpo" ".deps/al175.Po"; else rm -f
".deps/al175.Tpo"; exit 1; fi
gcc: language arch=v9 not recognized
gcc: al175.c: linke...
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
...hecking for library containing pthread_create... none required
checking for socklen_t... yes
checking for --with-all... not given
checking for Net-SNMP version via net-snmp-config... 5.6.1.1 found
checking for Net-SNMP cflags... -DNETSNMP_ENABLE_IPV6 -xO3 -m32
-xarch=pentium_pro -xchip=pentium_pro -Dsolaris2=solaris2 -I/opt/csw/include
-I/opt/csw/include -I/opt/csw/include
checking for Net-SNMP libs... L/opt/csw/lib l/libnetsnmp
checking for net-snmp/net-snmp-config.h... no
checking for init_snmp... no
checking for libusb version via pkg-config... checking via libusb-config...
none found
checking for l...
2008 Feb 03
2
USB UPS on Solaris
Is anyone here running a USB UPS on Solaris? I'm looking to upgrade my
UPS (from a SmartUPS 620 with RS232 comms), and most of the modern UPSs
use USB ...
TX,
Huge.
2010 Aug 16
19
v2.0.0 released
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz.sig
As promised last Friday, here's the v2.0.0 release finally. I'm
cautiously optimistic that v2.0.1 won't (have to) be released for a few
weeks, since there was quite a lot of testing and fixing going on in the
RC stage.
Remember to read http://wiki2.dovecot.org/Upgrading/2.0
2010 Aug 16
19
v2.0.0 released
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz.sig
As promised last Friday, here's the v2.0.0 release finally. I'm
cautiously optimistic that v2.0.1 won't (have to) be released for a few
weeks, since there was quite a lot of testing and fixing going on in the
RC stage.
Remember to read http://wiki2.dovecot.org/Upgrading/2.0
2006 May 19
3
minor building issues (svn HEAD revision 427)
...make[1]: Leaving directory `/fsys2/source/nut-2.1/nut-2.1_cvs/drivers'
gmake: *** [build] Error 1
Doing a "gmake depend" in the drivers subdirectory fixes things up, but
leads to the next problem (which I've had for a while). Output:
gcc -I../include -O -Wall -Wsign-compare -g -Dsolaris2
-I/software/openssl-0.9.7_runtime/include -I.
-I/software/netsnmp-5.3/include -o snmp-ups snmp-ups.o main.o dstate.o \
../common/state.o ../common/upsconf.o ../common/parseconf.o \
../common/common.o ../common/setenv.o ../common/inet_aton.o
-lnsl -lsocket -L/software/openssl-0.9....