dbmail-2.2.10 # make
make all-recursive
Making all in modules
/bin/bash ../libtool --tag=CC --mode=link gcc
-I/opt/csw/mysql5/include/mysql -xstrconst -mt -g -O2
-I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include
-I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include
-I/opt/csw/include/gmime-2.0 -I/opt/csw/include/glib-2.0
-I/opt/csw/lib/glib-2.0/include -W -Wall -Wpointer-arith
-Wstrict-prototypes -module -L/opt/csw/lib -lglib-2.0 -lintl
-L/opt/csw/lib -lgmodule-2.0 -ldl -lglib-2.0 -lintl -L/opt/csw/lib
-lgmime-2.0 -lz -lsocket -lnsl -lgobject-2.0 -lglib-2.0 -lintl -o
libsort_null.la sortnull.lo
ar cru .libs/libsort_null.a .libs/sortnull.o
ar: cannot open .libs/sortnull.o
No such file or directory
ar: .libs/sortnull.o not found
*** Error code 1
make: Fatal error: Command failed for target `libsort_null.la'
Current working directory /root/dbmail-2.2.10/modules
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='modules man'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /root/dbmail-2.2.10
*** Error code 1
make: Fatal error: Command failed for target `all'
Or, using gmake:
gmake
gmake all-recursive
gmake[1]: Entering directory `/root/dbmail-2.2.10'
Making all in modules
gmake[2]: Entering directory `/root/dbmail-2.2.10/modules'
/bin/bash ../libtool --tag=CC --mode=link gcc
-I/opt/csw/mysql5/include/mysql -xstrconst -mt -g -O2
-I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include
-I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include
-I/opt/csw/include/gmime-2.0 -I/opt/csw/include/glib-2.0
-I/opt/csw/lib/glib-2.0/include -W -Wall -Wpointer-arith
-Wstrict-prototypes -module -L/opt/csw/lib -lglib-2.0 -lintl
-L/opt/csw/lib -lgmodule-2.0 -ldl -lglib-2.0 -lintl -L/opt/csw/lib
-lgmime-2.0 -lz -lsocket -lnsl -lgobject-2.0 -lglib-2.0 -lintl -o
libsort_null.la sortnull.lo
ar cru .libs/libsort_null.a .libs/sortnull.o
ar: cannot open .libs/sortnull.o
No such file or directory
ar: .libs/sortnull.o not found
gmake[2]: *** [libsort_null.la] Error 1
gmake[2]: Leaving directory `/root/dbmail-2.2.10/modules'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/root/dbmail-2.2.10'
gmake: *** [all] Error 2
Any ideas?
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail