Thanks Rob it helped.

Regards,
Vijay .

-----Original Message-----
From: robertk...@gmail.com [mailto:robertk...@gmail.com] On Behalf Of Rob Day
Sent: Wednesday, February 20, 2013 12:35 PM
To: Vijay Goje
Cc: sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] sipp3.3 erroring out on redhat linux enterprise 6 
64bit during configure

On 20 February 2013 16:57, Vijay Goje <vg...@ctigroup.com> wrote:
> When trying to run the ./configure it throwing the following error:
>
> [root@RHEL6 sipp-3.3]# ./configure
[snip]
> configure: error: in `/usr/src/sipp-3.3':
> configure: error: C compiler cannot create executables See 
> `config.log' for more details.
>
> When looked at the config log file as show below observed that it is 
> trying to compile conftest.c  which I didn't find the file in the 
> source and its erroring out.
>
> configure:2947: gcc    conftest.c  >&5
> /usr/bin/ld: skipping incompatible
> /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../libc.so when searching 
> for -lc
> /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for 
> -lc
> /usr/bin/ld: cannot find -lc
> collect2: ld returned 1 exit status
> configure:2951: $? = 1
>

conftest.c is a file created by autoconf: it's how it checks whether your 
compiler works and has certain features. The real problem you're hitting is 
"/usr/bin/ld: cannot find -lc".

http://forums.fedoraforum.org/showthread.php?t=271556 suggests that the issue 
may be a missing glibc-devel package. Try running ` yum groupinstall 
"Development Libraries"` before you compile SIPp.

Best,
Rob



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to