RE: [vchkpw] [Vpopmail 5.4.17] Compilation problem

2007-07-08 Thread Nicolas Binand

>that seem to indicate a problem with your gcc installation and the 
>shared libraries on your system.  I do not see the error here, even 
>though I used the exact same ./configure options.

I tried with gcc-3.3 and gcc-3.4 and did not solve the issue..

>Good luck!
>Rick

Thank you I keep on investigation...





Re: [vchkpw] [Vpopmail 5.4.17] Compilation problem

2007-07-08 Thread Rick Widmer



Nicolas Binand wrote:

Hello,

I have download Vpopmail from sourceforge and i get an error while doing
make, I have searched on the internet and in this mailing-list archive and
did not find anything usefull...




function `__i686.get_pc_thunk.bx':
: multiple definition of `__i686.get_pc_thunk.bx'
libvpopmail.a(libvpopmail_a-vpopmail.o)(.gnu.linkonce.t.__i686.get_pc_thunk.
bx+0x0):/usr/local/src/vpopmail-5.4.13/vpopmail.c:86:
first defined here
collect2: ld returned 1 exit status


A Google search on "__i686.get_pc_thunk.bx" returned a few hits 
including this one


   http://forum.x86-secret.com/archive/index.php/t-2020.html

that seem to indicate a problem with your gcc installation and the 
shared libraries on your system.  I do not see the error here, even 
though I used the exact same ./configure options.


I'm not sure how much help I can be, but do do any more, I will need to 
know things like what kind of hardware, operating system and compiler 
you are using.  I suspect there is no way to track this down without 
doing the work on your system.  I would look at compiler, library and 
automake/autoconf versions first.



Good luck!
Rick


[vchkpw] [Vpopmail 5.4.17] Compilation problem

2007-07-08 Thread Nicolas Binand
Hello,

I have download Vpopmail from sourceforge and i get an error while doing
make, I have searched on the internet and in this mailing-list archive and
did not find anything usefull...


#/configure --prefix=/home/vpopmail --enable-logging=y

...

#make
make[2]: Entering directory `/usr/local/src/vpopmail-5.4.13'
gcc  -g -O2 -Wall   -o vchkpw  vchkpw.o md5.o hmac_md5.o libvpopmail.a
-lcrypt
/usr/lib/libc_nonshared.a(elf-init.oS)(.text.__i686.get_pc_thunk.bx+0x0): In
function `__i686.get_pc_thunk.bx':
: multiple definition of `__i686.get_pc_thunk.bx'
libvpopmail.a(libvpopmail_a-vpopmail.o)(.gnu.linkonce.t.__i686.get_pc_thunk.
bx+0x0):/usr/local/src/vpopmail-5.4.13/vpopmail.c:86:
first defined here
collect2: ld returned 1 exit status
make[2]: *** [vchkpw] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.4.13'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.4.13'
make: *** [all] Error 2

Could you help me ?

Nicolas Binand