Compiling problem
Stefano Rizzetto <[email protected]> 24 Oct 2003 11:42:25 +0200
| Newsgroups | gmane.comp.security.zebedee.general |
|---|---|
| Message-ID | <[email protected]> |
I think the first message was discarded from list for a my mistake :) Anyway .. When I try to compile zebedee 2.5.2 I get the following message: make OS=linux gcc -pthread -Wall -O3 -DHAVE_PTHREADS -I. /usr/include/openssl -I../zlib-1.1.4 -c -o zebedee.o zebedee.c gcc: cannot specify -o with -c or -S and multiple compilations make: *** [zebedee.o] Error 1 I use gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) and below I report the modified (by me) part of Makefile: ...... Location of Blowfish include and library # You can use the versions from OpenSSL if you have it installed, as follows: BFINC = /usr/include/openssl BFLIB = -lcrypto #BFINC = -I../blowfish-0.9.5a #BFLIB = ../blowfish-0.9.5a/libblowfish.a # Location of zlib include and library ZINC = -I../zlib-1.1.4 ZLIB = ../zlib-1.1.4/libz.a # Location of bzlib include and library # Set these empty if you don't want bzib2 support #BZINC = -I../bzip2-1.0.1 #BZLIB = ../bzip2-1.0.1/libbz2.a BZINC = BZLIB = ........ So may Anyone have any suggestion? Thanks in advance -- Stefano Rizzetto <[email protected]>
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA/mPQBdwRyH8vjeB4RAqEgAKCIzrIWz79GOKmk13TLSjV9Zp4+mgCgxkNL ySWFCd58EyYxWME0MvIwK40= =eeyj -----END PGP SIGNATURE-----