> I loaded g++ which had not been asked for; it requires package > gcc42-c++. The build then went much further, ending in > > /usr/lib64/libupsclient.so: undefined reference to `select_read' > /usr/lib64/libupsclient.so: undefined reference to `select_write' > collect2: ld returned 1 exit status > make[3]: *** [psp] Error 1 > make[3]: Leaving directory `/usr/src/packages/BUILD/mgeops-psp-3.0.7/src'
Ooops. Those are references to the common/common.o which are obviously not available to external programs. We should put the select() in the library. Yet another reason for a -pre3 release. Thanks for this valuable input! :-) Best regards, Arjen -- Eindhoven - The Netherlands Key fingerprint - 66 4E 03 2C 9D B5 CB 9B 7A FE 7E C1 EE 88 BC 57 _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

