Randy Dunlap wrote:
> I'm not using autoconf, just using:
> 
> If you want to use default configuration, autoconf is not needed. Just run:   
>        
>         $ touch include/config.h.default 
>         $ make config.h                  
>         $ make all
> 
> 
> I'm getting this build error:
> 
> make[4]: Entering directory 
> `/home/rdunlap/builds/ltp-full-20081231/testcases/kernel/fs/doio'
> cc -Wall  -Wall -I../../../../include -D_LARGEFILE64_SOURCE   -c -o doio.o 
> doio.c
> cc -o doio doio.o -I. -Wall  -Wall -I../../../../include 
> -D_LARGEFILE64_SOURCE  -L../../../../lib -lltp -laio -lrt
> /usr/bin/ld: cannot find -laio
> collect2: ld returned 1 exit status
> make[4]: *** [doio] Error 1
> 
> 
> This is on x86_64 running CentOS 5.2 distro.
> 
> libaio is installed/present.
> 
> Any suggestions/ideas?
> 
> Thanks,
> ---
> ~Randy
> 
Hi,

Check to see if you have the libaio-devel rpm installed:

[r...@machine testscripts]# rpm -ql libaio-devel
/usr/include/libaio.h
/usr/lib64/libaio.a
/usr/lib64/libaio.so
/usr/include/libaio.h
/usr/lib/libaio.a
/usr/lib/libaio.so

> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to