FYI: the c++ compiler for vac/xlc from ibm is not c++, but xlc++ and/or xlc_r++ (and many more, but I recommend xlc* as the better names to use (e.g., cc, c89, c99, etc).

I know (i.e., just read) you are not a GNU project - so that explains why the configure arguments are not working.

However, assuming that CXX is c++ when g++ does not work - "is a bug".

And I cannot explain why gnu make is needed - except perhaps .cc might not be recognixed as an automatic "source" for .o by POSIX make. (Not a bug of yours - just something to be aware of).

Hope this helps!

Michael


root@x064:[/data/prj/gnu/lzip-1.18]buildaix
xlc is /usr/vacpp/bin/xlc
+ CPPFLAGS="-I/opt/include -I/opt/buildaix/include" CFLAGS="-I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -I/opt/buildaix/includes"\
        ../src/lzip-1.18/configure\
                --prefix=/opt \
                --sysconfdir=/var/lzip/etc\
                --sharedstatedir=/var/lzip/com\
                --localstatedir=/var/lzip\
                --mandir=/usr/share/man\
                --infodir=/opt/share/info/lzip \
                        > .buildaix/configure.out
configure: WARNING: unrecognized option: '--sysconfdir=/var/lzip/etc'
configure: WARNING: unrecognized option: '--sharedstatedir=/var/lzip/com'
configure: WARNING: unrecognized option: '--localstatedir=/var/lzip'
+ /opt/bin/make > .buildaix/make.out
make: Warning: File 'Makefile' has modification time 0.0043 s in the future
make: c++: Command not found
make: *** [arg_parser.o] Error 127


_______________________________________________
Lzip-bug mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to