Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[condor-users] Condor_compile does not link gcc with Condor in Solaris?
- Date: Thu, 27 May 2004 08:24:47 +0100
- From: Angel de Vicente <angelv@xxxxxxxxx>
- Subject: [condor-users] Condor_compile does not link gcc with Condor in Solaris?
Hi,
in a Solaris 5.9 machine I have no problems using condor_compile with cc, but
when I try to compile with gcc the resulting program is not properly linked to
the Condor libraries. There doesn't seem to be a verbose option for
condor_compile, so I don't know where it fails. Any clues? I include below all
the details.
Thanks,
Angel de Vicente
-------------------------------------------
naranja(91)> condor_compile gcc -o hello_gcc_std hello_world.c
[It doesn't fail, it doesn't complain either]
naranja(92)> ls -l he*
-rwxr-xr-x 1 angelv other 6560 May 27 08:19 hello_gcc_std
-rw-r--r-- 1 angelv other 128 May 12 19:14 hello_world.c
naranja(97)> ldd hello_gcc_std
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
/usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1
naranja(93)> ./hello_gcc_std
Hola desde Hello World programado en C.
naranja(95)> uname -a
SunOS naranja 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Blade-100
naranja(96)> gcc --version
gcc (GCC) 3.1
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--
----------------------------------
http://www.iac.es/galeria/angelv/
PostDoc Software Support
Instituto de Astrofisica de Canarias
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>