HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-devel] [Condor-users] debian lenny



You'll need to be on an i386 Linux system, with Globus and the "new" ClassAds externals available.

Info from: src/configure.ac

AC_MSG_CHECKING([if blahp is supported])
AS_IF([test "x$os-$_cv_arch" = xLinux-I386 -a "x$_cv_has_globus" = xyes -a "x$_cv_has_classads" = xyes],
  [_cv_has_blahp=yes],
  [_cv_has_blahp=no])
AC_MSG_RESULT([$_cv_has_blahp])

Best,


matt

Gian Lorenzo Meocci wrote:
Thanks a lot,
now it works. But there is no way to compile blahp.
What do I need?

On Tue, May 20, 2008 at 4:11 PM, Greg Quinn <gquinn@xxxxxxxxxxx> wrote:
Hello,

The import_links script that is used by our build system is written in
csh. Installing tcsh or csh via APT should get you past this error.

Greg

On Tue, 2008-05-20 at 15:58 +0200, Gian Lorenzo Meocci wrote:
Hi,

I would compiling Condor 7.0.1 on my Debian Lenny with:

Linux ciop 2.6.25.4 #1 SMP Tue May 20 09:42:20 CEST 2008 i686 GNU/Linux
and gcc version 3.4.6

but I always obtain something like this:
cd condor_util_lib; make
make[1]: Entering directory `/root/condor-7.0.1/src/condor_util_lib'
../../config/import_links ../h syscall_numbers.c
make[1]: ../../config/import_links: Command not found
make[1]: *** [syscall_numbers.c] Error 127
make[1]: Leaving directory `/root/condor-7.0.1/src/condor_util_lib'
make: *** [util_lib] Error 2

why ???

thanks a lot,

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/