[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] repeated libs in Condor's ld
- Date: Tue, 04 Apr 2006 16:09:19 -0500
- From: "David A. Kotz" <dkotz@xxxxxxxxxxxxx>
- Subject: [Condor-users] repeated libs in Condor's ld
Is there some reason the Condor ld script includes the same libs more
than once?
ldargs=`echo -L$CONDOR_LIBDIR $ldargs -lcondor_c -lcondor_nss_files
-lcondor_nss_dns -lcondor_resolv -lcondor_c -lcondor_nss_files
-lcondor_nss_dns -lcondor_resolv -lcondor_c`
- dave