Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread Ken Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Quoting Dennis Peterson [EMAIL PROTECTED]: James wrote: Let's try with a searchable subject... ;-) I am having the same issues too: Undefined first referenced symbol in file

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread Alex S Moore
On Wed, 2004-12-08 at 07:08 -0600, Ken Jones wrote: It has more paths than you probably need, but should resolve the compiling problem ;) I think that he said he was on Solaris 8 or 9. If so, he could just use Fajar's package or the www.blastwave.org clamav package and forget all of these

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread Alex S Moore
On Tue, 2004-12-07 at 23:03 -0600, James wrote: libgcc_s.so.1 is right where it should be - in /usr/local/lib. I usually compile stuff with LDFLAGS=-R /usr/local/lib. Changing to -L doesn't change anything. Compile statement, you mean ./configure, make? Exactly where is the output that

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread James
I have updated and reupdated all the PATH suggestions and tried to recompile many times - same error. All the libraries and paths are there... Checked on the blastwave.org site - lots of cool stuff. But I don't like that it relies on all its own CSW libraries and that you have to install a

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread Nigel Horne
On Wed, 2004-12-08 at 17:57, James wrote: I have updated and reupdated all the PATH suggestions and tried to recompile many times - same error. All the libraries and paths are there... Checked on the blastwave.org site - lots of cool stuff. But I don't like that it relies on all its own

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread Ken Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James wrote: Let's try with a searchable subject... ;-) I am having the same issues too: Undefined first referenced symbol in file __eprintf

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread James
FYI, tried compiling a new dev version - same error, but this time it's in the text.lo file... Everything I've compiled has been done with gcc. Even if there were something old done with Sun's CC, I wouldn't know where to begin to find those hosed libraries. James Quoting Ken Jones [EMAIL

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread Nigel Horne
On Wed, 2004-12-08 at 18:50, James wrote: FYI, tried compiling a new dev version - same error, but this time it's in the text.lo file... I've just committed a fix - you'll need to give Sourceforge a few hours for the new text.c to appear on the public server. James -Nigel

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread Dennis Peterson
FYI, tried compiling a new dev version - same error, but this time it's in the text.lo file... Everything I've compiled has been done with gcc. Even if there were something old done with Sun's CC, I wouldn't know where to begin to find those hosed libraries. James Try using the

[Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread James
Wow, that did the trick! Taking out #include assert.h and replacing it with the #define macro code below solved the problem. I did this to the following files: line.c text.c strrcpy.c I am not a programmer (well, I have a few skills...) so that hampers my ability to solve compilation issues

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-08 Thread Alex S Moore
On Wed, 2004-12-08 at 14:02 -0600, James wrote: Wow, that did the trick! Taking out #include assert.h and replacing it with the #define macro code below solved the problem. I did this to the following files: line.c text.c strrcpy.c Just a quick response since I have to leave in a few

[Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-07 Thread James
Let's try with a searchable subject... ;-) I am having the same issues too: Undefined first referenced symbol in file __eprintf strrcpy.lo ld: fatal: Symbol referencing errors. No output written to

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-07 Thread Alex S Moore
On Tue, 2004-12-07 at 20:06 -0600, James wrote: Undefined first referenced symbol in file __eprintf strrcpy.lo ld: fatal: Symbol referencing errors. No output written to .libs/libclamav.so.1.0.4 Cannot find

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-07 Thread Dennis Peterson
James wrote: Let's try with a searchable subject... ;-) I am having the same issues too: Undefined first referenced symbol in file __eprintf strrcpy.lo ld: fatal: Symbol referencing errors. No output written to

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-07 Thread James
Quoting Alex S Moore [EMAIL PROTECTED]: On Tue, 2004-12-07 at 20:06 -0600, James wrote: Undefined first referenced symbol in file __eprintf strrcpy.lo ld: fatal: Symbol referencing errors. No output written to

Re: [Clamav-users] Re: Problem compiling clamav-0.80 - Solaris x86

2004-12-07 Thread James
Quoting Dennis Peterson [EMAIL PROTECTED]: James wrote: Let's try with a searchable subject... ;-) I am having the same issues too: Undefined first referenced symbol in file __eprintf strrcpy.lo ld: