I have solaris too and compiled with gcc, this works great. I compiled it
with this parameters:
First i do:
in /usr/local/lib
ln -s /opt/sfw/gcc-3/lib/libgcc_s.so.1 libgcc_s.so.1
Then
./configure --build=sparc-sun-solaris2.9 LDFLAGS='-L/usr/local/lib'
Greetings,
Andres
<br><br><br>>From: <[EMAIL PROTECTED]><br>>Reply-To: ClamAV users
ML <clamav-users@lists.clamav.net><br>>To:
clamav-users@lists.clamav.net<br>>Subject: [Clamav-users] ClamAV compile
problem on Sol9 with Sun Studio 10<br>>Date: Wed, 10 Aug 2005 16:01:31
+0600<br>><br>>Hello,<br>><br>>I have a problem with compiling
ClamAV 0.85 with Sun CC (Studio10).<br>>During compile, when linking
libclamav, I receive following
error:<br>><br>><br>>------------<br>>/usr/ccs/bin/ld -G -z defs
-h libclamav.so.1 -o <br>>.libs/libclamav.so.1.0.11 matcher-ac.lo
matcher-bm.lo matcher.lo <br>>md5.lo others.lo readdb.lo cvd.lo dsig.lo
str.lo scanners.lo <br>>filetypes.lo unrarlib.lo zzip-dir.lo zzip-err.lo
zzip-file.lo <br>>zzip-info.lo zzip-io.lo zzip-stat.lo zzip-zip.lo
strc.lo blob.lo <br>>mbox.lo message.lo snprintf.lo strrcpy.lo table.lo
text.lo <br>>ole2_extract.lo vba_extract.lo msexpand.lo pe.lo cabd.lo
lzxd.lo <br>>mszipd.lo qtmd.lo system.lo upx.lo htmlnorm.lo chmunpack.lo
<br>>rebuildpe.lo petite.lo fsg.lo line.lo untar.lo special.lo binhex.lo
<br>>is_tar.lo tnef.lo -R/usr/local/lib -R/usr/local/lib -lunrar -lz
<br>>-lbz2 /usr/local/lib/libgmp.so -lpthread -lsocket -lnsl
-lc<br>>Undefined first referenced<br>> symbol
in file<br>>__zzip_aligned4
zzip-zip.lo<br>>ld: fatal: Symbol referencing errors. No output
written to <br>>.libs/libclamav.so.1.0.11<br>>*** Error code
1<br>>make: Fatal error: Command failed for target
`libclamav.la'<br>>Current working directory
<br>>/1compile/clamav/clamav-0.85-rar3/libclamav<br>>*** Error code
1<br>>make: Fatal error: Command failed for target
`all-recursive'<br>>Current working directory
/1compile/clamav/clamav-0.85-rar3<br>>*** Error code 1<br>>make: Fatal
error: Command failed for target
`all'<br>><br>>------------<br>><br>><br>>As you can see,
compiler cannot resolve __zzip_aligned4 symbol, in <br>>spite of that
fact that such function exist in
<br>>libclamav/zziplib/zzip-zip.c.<br>><br>>----<br>>_zzip_inline
char* __zzip_aligned4(char* p)<br>>----<br>><br>><br>>The string
in this file causing the problem:<br>><br>>-----<br>> register
char* q = aligned4 (p + sizeof(*hdr) + u_namlen +
1);<br>>-----<br>><br>>"aligned4" function resolves to
__zzip_aligned4 by #define
<br>>directive:<br>><br>>-----<br>>#define aligned4
__zzip_aligned4<br>>-----<br>><br>><br>>Why CC does not compile
ClamAV normally, while GCC does? What should <br>>I do with that, may be
add some parameters to
CC?<br>>_______________________________________________<br>>http://lurker.clamav.net/list/clamav-users.html<br>
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html