>>>>> On Thu, 11 Aug 2005 11:38:36 -0400, "Stephen M. Kennedy" <[EMAIL 
>>>>> PROTECTED]> said:

  Stephen>   Trying to compile bacula 1.36.3 with RHEL4 on an IBM Power5 system.
  Stephen> When I execute the configure script, it fails saying that the 
compiler
  Stephen> cannot create executables.

  Stephen>   I checked the config.log (as it suggested) and found the following
  Stephen> error.

  Stephen>   /usr/bin/ld: crt1.o: No such file: No such file or directory

  Stephen>   I assume this is because it is not looking in the /usr/lib64 
directory
  Stephen> where the file resides so I created a link to /usr/lib/crt1.o
  Stephen> in /usr/lib (and had to do the same for crti.o) and now when I run
  Stephen> configure it still says that the compiler cannot create executables 
and
  Stephen> has the following error in config.log:

  Stephen> /usr/bin/ld: skipping incompatible /usr/lib/gcc/ppc64-redhat-
  Stephen> linux/3.4.3/../../../../lib/libc.so when searching for -lc


  Stephen> Any ideas?

I would guess that cc is defaulting to 32 bit but you don't have the necessary
development libraries installed.

Maybe you can force it to be 64 bit by setting CFLAGS=-m64 in the environment
to configure?

__Martin


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to