Jerome Walter wrote: > > On Tue, Aug 26, 2003 at 08:43:32PM +0200, Jerome Walter wrote: > > On Tue, Aug 26, 2003 at 11:15:27AM -0500, Douglas E. Engert wrote: > > > Its linking the server, and you need the > > > --with-server-extra-ldflags=/usr/afsws/lib/libdes.a > > > > Even when i only want the client ? > [snip] > > I am only trying to compile client on the Soalris machines, as server will be > > on one of my beloved GNU/Debian machines... > > > > So i need --with-server-extra-ldflags even with client-only. > > Ok, i'll get an ssh and do an little extra-work ;) > > Ok, it does have comiled, but with --enable-server, which i don't want.
Leave off the --enable-server and it should only build the client. > I > assume if i only use the client i have n this machine with another server, it > should work, isn't it ? Yes, the intent of the configure and Makefile is to only build the client unless you add the --enable-server. But the original message had "/usr/local/bin/gcc -o gssklogd ..." which looked like it was trying to build the server, gssklogd. Now if you did a configure without the --enable-server, and it tried to link the gssklogd, that would be an error. > > I do not want to make any mistake on this. Even if you build the server, you don't have to use it. > > J�r�me > > -- > -+-- J�r�me Walter - I2 EFREI ----+- > Equipe Syst�me - Efrei Robotique - Jap'Efrei - Erasmus Tutors > "The World is my country" - "Nihon no tomodachi desu" > EFREI System and Networking guide http://perso.efrei.fr/~walter/ > _______________________________________________ > OpenAFS-info mailing list > [EMAIL PROTECTED] > https://lists.openafs.org/mailman/listinfo/openafs-info -- Douglas E. Engert <[EMAIL PROTECTED]> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 _______________________________________________ OpenAFS-info mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-info
