![]() |
Hello, I have an HP/UX 10.20 I am using gcc 2.8.1 to compile HylaFAX 4.0pl12 When I run a make install, I am not able to build sendpage: make[1]: Entering directory `/usr/local/src/hylafax-v4.0pl2/sendpage' make[2]: Entering directory `/usr/local/src/hylafax-v4.0pl2/sendpage' make[3]: Entering directory `/usr/local/src/hylafax-v4.0pl2/sendpage' /usr/local/bin/bash ../port/mkdepend -e 's@ /usr/include/@ /@' -s C++ -e 's@\.c++\.o *: @\.o: @' -c /usr/local/bin/gcc -D__ANSI_CPP__ -I. -I.. -I.././sendpage -I.././util -I/usr/local/include -I.././regex -O -x c++ -c -M -i Makedepend sendpage.c++ make[3]: Leaving directory `/usr/local/src/hylafax-v4.0pl2/sendpage' make[2]: Leaving directory `/usr/local/src/hylafax-v4.0pl2/sendpage' make[2]: Entering directory `/usr/local/src/hylafax-v4.0pl2/sendpage' /usr/local/bin/gcc -D__ANSI_CPP__ -I. -I.. -I.././sendpage -I.././util -I/usr/local/include -I.././regex -O -x c++ -c sendpage.c++ make[2]: *** No rule to make target `../util/libfaxutil.a', needed by `sendpage'. Stop. make[2]: Leaving directory `/usr/local/src/hylafax-v4.0pl2/sendpage' make[1]: *** [default] Error 2 make[1]: Leaving directory `/usr/local/src/hylafax-v4.0pl2/sendpage' = config Any one know why libfaxutil.a isn't being built?