--- On Thu, 4/2/09, Poornima Nayak <[email protected]> wrote:

> From: Poornima Nayak <[email protected]>
> Subject: [LTP] Latest LTP failes to build in Fedora11
> To: [email protected]
> Date: Thursday, April 2, 2009, 9:25 PM
> Hi
> 
> This could be issue with automake in fedora11, is there any
> way to fix it ?
> 
> make[5]: Entering directory
> `/root/ltp-full-20090331/testcases/kernel/io/aio/aio02'
> cc -Wall  --static -Wall  -g -O
> -I../../../../../include -Wall
> -DTEST_NAME=\"cases/aio_tio.c\" -o cases/aio_tio main.c
> -L../../../../../lib -lltp
> main.c: In function ‘main’:
> main.c:38: warning: control reaches end of non-void
> function
> /usr/bin/ld: cannot find -lc

Not sure why this one was compiled with --static, but the error messages
indicated that it could not find the static version of glibc -- libc.a,
which is here in Fedoar 10,

/usr/lib/libc.a

and belongs to glibc-devel package,

# rpm -qf /usr/lib/libc.a
glibc-devel-2.9-3.i386

I don't know if things have been changed in Rawhide. Can you confirm if the
above file was there?

CAI Qian

> collect2: ld returned 1 exit status
> make[5]: *** [cases/aio_tio] Error 1
> make[5]: Leaving directory
> `/root/ltp-full-20090331/testcases/kernel/io/aio/aio02'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory
> `/root/ltp-full-20090331/testcases/kernel/io/aio'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory
> `/root/ltp-full-20090331/testcases/kernel/io'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/root/ltp-full-20090331/testcases/kernel'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/root/ltp-full-20090331/testcases'
> make: *** [all] Error 2
> 
> Regards
> Poornima
> ------------------------------------------------------------------------------
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list
> 

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to