search for: libcommonclient

Displaying 2 results from an estimated 2 matches for "libcommonclient".

2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
.../libcommon.a libtool: link: rm -fr .libs/libcommon.lax libtool: link: ( cd ".libs" && rm -f "libcommon.la" && ln -s "../ libcommon.la" "libcommon.la" ) /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -g -O2 -Wall -Wsign-compare -o libcommonclient.la common.lo state.lo libparseconf.la -lpthread libtool: link: (cd .libs/libcommonclient.lax/libparseconf.a && /usr/bin/ar x "/home/artesano/Downloads/nut-2.7.2/common/./.libs/libparseconf.a") libtool: link: /usr/bin/ar cru .libs/libcommonclient.a .libs/common.o .libs/state.o ....
2015 Jul 08
1
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles, Yes, it looks like my g++ does contain STL library which might be just my specific case... However, as a temporary solution I disabled nutclient in Makefile (please find the file attached). And nut-2.7.3 can be compiled now. Thanks, Sergey On Wed, Jul 8, 2015 at 4:13 AM, Charles Lepple <clepple at gmail.com> wrote: > On Jul 6, 2015, at 10:32 AM, Sergey Talchuk