On 03-Mar-10 5:05 PM, Ihab el Bakri wrote:
Hello Ashwin,
Checkout the attached file.. ./configure && make && make install
Hi Ihab,
Extracted the rar file in /root/temp/
The "make" breaks as below.
with Regards ASHWIN
tiny:~/temp# ./configure -bash: ./configure: Permission denied tiny:~/temp# ls -l con config config.log config.status configure configure.in convert_to_enum.py tiny:~/temp# chmod 755 configure tiny:~/temp# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking for library containing crypt... -lcrypt checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking if gcc supports -fvisibility=hidden... yes configure: creating ./config.status config.status: creating openbsc.pc config.status: creating liblaf0rge1.pc config.status: creating libsccp.pc config.status: error: cannot find input file: `include/openbsc/Makefile.in' tiny:~/temp# make mkdir -p asn1_gen && \ cd asn1_gen && \ ../../../tmp/rrlp/asn1c/asn1c/asn1c -fskeletons-copy -fnative-types -gen-PER /bin/sh: line 2: ../../../tmp/rrlp/asn1c/asn1c/asn1c: No such file or directory make: *** [libgsm-asn1.a] Error 127 tiny:~/temp#