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


_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to