Hello all,

I've got an OpenIndiana machine (SunOS 5.11) on which I am trying to
compile Bacula 5.2.12 with Postgres support. As I go along it fails at the
following juncture:

*** Error code 1
The following command caused the error:
/usr/bin/g++   -c -fno-strict-aliasing -fno-exceptions -fno-rtti  -I. -I..
 -g -O2 -Wall -fno-strict-aliasing -fno-exceptions -fno-rtti conio.c
make: Fatal error: Command failed for target `conio.o'
Current working directory
/home/bepstein/soft/bacula/bacula-5.2.12/src/console


  ====== Error in /home/bepstein/soft/bacula/bacula-5.2.12/src/console
======


*** Error code 1
The following command caused the error:
for I in src scripts src/lib src/findlib src/filed   src/console
src/plugins/fd src/cats src/dird src/stored src/tools manpages; \
  do (cd $I; echo "==>Entering directory `pwd`"; \
      make DESTDIR= all || (echo ""; echo ""; echo "  ====== Error in `pwd`
======"; \
                    echo ""; echo ""; exit 1;)); \
done
make: Fatal error: Command failed for target `all'

Any idea why this happens or how to fix it?

Thanks in advance.

Boris.
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to