Hi everyone:


I got

libpthread-stubs-0.3-2.1.src.rpm <http://repo.meego.com/MeeGo/devel/trunk/repo/source/libpthread-stubs-0.3-2.1.src.rpm>

from http://repo.meego.com/MeeGo/devel/trunk/repo/source/
I want to compile it ,
The commands that I used are:
           make clean
           make distclean
           ./configure --prefix=/usr
           make
But here ,it says:
           make[1]: Nothing to be done for `all-am'.

Why is that ? I have used the command "make clean " "make distclean" surely.
What can I do to solve it ?
 Thanks.


the information below is :

[sbox-meego_pro02: ~/app/meego_source/temp_old/libpthread-stubs/libpthread-stubs-0.3] > ls COPYING Makefile.in aclocal.m4 config.h.in configure depcomp ltmain.sh pthread-stubs.pc.in Makefile.am README config.guess config.sub configure.ac install-sh missing stubs.c

[sbox-meego_pro02: ~/app/meego_source/temp_old/libpthread-stubs/libpthread-stubs-0.3] > make clean
make: *** No rule to make target `clean'.  Stop.
[sbox-meego_pro02: ~/app/meego_source/temp_old/libpthread-stubs/libpthread-stubs-0.3] > make distclean
make: *** No rule to make target `distclean'.  Stop.
[sbox-meego_pro02: ~/app/meego_source/temp_old/libpthread-stubs/libpthread-stubs-0.3] > ./configure --prefix=/usr
checking for a BSD-compatible install... /scratchbox/tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /scratchbox/tools/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... arm-unknown-linux-gnueabi
checking host system type... arm-unknown-linux-gnueabi
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /scratchbox/tools/bin/sed checking for grep that handles long lines and -e... /scratchbox/tools/bin/grep
checking for egrep... /scratchbox/tools/bin/grep -E
checking for fgrep... /scratchbox/tools/bin/grep -F
checking for ld used by gcc... /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/arm-none-linux-gnueabi/bin/ld checking if the linker (/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /scratchbox/compilers/bin/nm -B checking the name lister (/scratchbox/compilers/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /scratchbox/compilers/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking if compiler supports __attribute__((weak, alias))... yes
checking for pthread_self... yes
checking for pthread_mutex_init... yes
checking for pthread_mutex_destroy... yes
checking for pthread_mutex_lock... yes
checking for pthread_mutex_unlock... yes
checking for pthread_cond_init... yes
checking for pthread_cond_destroy... yes
checking for pthread_condattr_init... yes
checking for pthread_condattr_destroy... yes
checking for pthread_cond_wait... yes
checking for pthread_cond_timedwait... yes
checking for pthread_cond_signal... yes
checking for pthread_cond_broadcast... yes
checking for pthread_equal... yes
checking for pthread_exit... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pthread-stubs.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

[sbox-meego_pro02: ~/app/meego_source/temp_old/libpthread-stubs/libpthread-stubs-0.3] > make
make  all-am
make[1]: Entering directory `/home/dtlinux/app/meego_source/temp_old/libpthread-stubs/libpthread-stubs-0.3'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/dtlinux/app/meego_source/temp_old/libpthread-stubs/libpthread-stubs-0.3'
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to