On 2-Jan-08, at 17:48 , Martin Simmons wrote:

>>>>>> On Wed, 2 Jan 2008 13:18:42 +0100, V Lanny Rosicky said:
>>
>> On 2-Jan-08, at 12:14 , Martin Simmons wrote:
>>
>>>>>>>> On Thu, 27 Dec 2007 23:52:42 +0100, V Lanny Rosicky said:
>>>>
>>>> I am trying to install on AIX 5.3.0 running make install after
>>>> configuring thusly
>>>>
>>>> ./configure --enable-client-only
>>>>
>>>> after
>>>>
>>>> make install I get
>>>>
>>>> make: Cannot find a rule to create target ../findlib/libfind.a from
>>>> dependencies.
>>>
>>> It probably didn't build libfind.a for some reason.
>>>
>>> Did you run ``make'' before ``make install''?  That is necessary.
>>>
>>> __Martin
>>
>> Yes, I did make but it did not do anything but say  target ".PATH" is
>> up to date.
>>
>> After make distclean I get
>>
>> Stop.
>> make: The error code from the last command is 1.
>
> .PATH is not real target, so something is confused.  Is this IBM's  
> make?  My
> guess is that you'll need to use GNU make (maybe called gmake) to  
> build
> Bacula.
>
> __Martin
>
> p.s. Please keep the list CCed so everyone can contribute.

Sorry about the cc.

Yes, it is AIX 5.3 on IBM RISC

I followed your advice.

I received messages during (g)make  which I did not before such as

====== Error in /opt/freeware/src/packages/SOURCES/bacula-2.2.6/src/ 
console ======

gmake install messages

make[1]: Leaving directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/scripts'
make[1]: Entering directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/src/lib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/src/lib'
make[1]: Entering directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/src/findlib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/src/findlib'
make[1]: Entering directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/src/filed'
make[1]: *** No rule to make target `../lib/libbac.a', needed by  
`bacula-fd'.  Stop.
make[1]: Leaving directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/src/filed'
make[1]: Entering directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/src/console'
make[1]: *** No rule to make target `../lib/libbac.a', needed by  
`bconsole'.  Stop.
make[1]: Leaving directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/src/console'
make[1]: Entering directory `/opt/freeware/src/packages/SOURCES/ 
bacula-2.2.6/manpages'
/opt/freeware/src/packages/SOURCES/bacula-2.2.6/autoconf/ 
mkinstalldirs //usr/share/man/man8
for I in bacula.8 bacula-dir.8 bacula-fd.8 bacula-sd.8 bconsole.8  
bcopy.8 bextract.8 bls.8 bscan.8 btape.8 btraceback.8 dbcheck.8; \
   do (/usr/bin/rm -f $I.gz; gzip -c $I >$I.gz; \
      /opt/freeware/src/packages/SOURCES/bacula-2.2.6/autoconf/install- 
sh -c -m 644 $I.gz /usr/share/man/man8/$I.gz; \
      rm -f $I.gz); \
done
/opt/freeware/src/packages/SOURCES/bacula-2.2.6/autoconf/ 
mkinstalldirs //usr/share/man/man1
for I in bacula-bgnome-console.1 bacula-tray-monitor.1 bacula- 
bwxconsole.1 bsmtp.1 bat.1; \
   do (/usr/bin/rm -f $I.gz; gzip -c $I >$I.gz; \
      /opt/freeware/src/packages/SOURCES/bacula-2.2.6/autoconf/install- 
sh -c -m 644 $I.gz /usr/share/man/man1/$I.gz; \
      rm -f $I.gz); \





-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to