Computing.Net > Forums > Solaris > make problems

Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free!

make problems

Reply to Message Icon

Original Message
Name: Asmii
Date: August 26, 2008 at 21:50:33 Pacific
Subject: make problems
OS: SunOS 5.10
CPU/Ram: Intel
Comment:

Hi All,
I am trying to install libssh2 on my x86 solaris machine and I am getting the following error during make.

--------------
bash-3.00# cd libssh2-0.18/
bash-3.00# ./configure && make all install
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sed... /usr/bin/sed
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking libssh2 version... 0.18
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
configure: autobuild project... libssh2
configure: autobuild revision... 0.18
configure: autobuild hostname... NGNIX8622
configure: autobuild timestamp... 20080827-054351
checking host system type... (cached) i386-pc-solaris2.10
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 library containing socket... -lsocket
checking for library containing inet_addr... -lnsl
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 for a BSD-compatible install... ./install-sh -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep
checking for egrep... /usr/sfw/bin/ggrep -E
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking how to recognize dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 786240
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... no
checking for ranlib... no
checking for strip... no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether byte ordering is bigendian... no
checking for pkg-config... /usr/bin/pkg-config
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for OpenSSL... Using paths from pkg-config
checking for libz... Found in /usr/local/include /usr/local/lib
checking whether to enable pedantic and debug compiler options... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for poll... yes
checking for gettimeofday... yes
checking for select... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking non-blocking sockets style... O_NONBLOCK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating example/Makefile
config.status: creating example/simple/Makefile
config.status: creating docs/Makefile
config.status: creating src/libssh2_config.h
config.status: src/libssh2_config.h is unchanged
config.status: creating example/simple/config.h
config.status: example/simple/config.h is unchanged
config.status: executing depfiles commands
Making all in src
make all-am
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT channel.lo -MD -MP -MF ".deps/channel.Tpo" -c -o channel.lo channel.c; \
then mv -f ".deps/channel.Tpo" ".deps/channel.Plo"; else rm -f ".deps/channel.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c channel.c -fPIC -DPIC -o .libs/channel.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c channel.c -o channel.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT comp.lo -MD -MP -MF ".deps/comp.Tpo" -c -o comp.lo comp.c; \
then mv -f ".deps/comp.Tpo" ".deps/comp.Plo"; else rm -f ".deps/comp.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT comp.lo -MD -MP -MF .deps/comp.Tpo -c comp.c -fPIC -DPIC -o .libs/comp.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT comp.lo -MD -MP -MF .deps/comp.Tpo -c comp.c -o comp.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT crypt.lo -MD -MP -MF ".deps/crypt.Tpo" -c -o crypt.lo crypt.c; \
then mv -f ".deps/crypt.Tpo" ".deps/crypt.Plo"; else rm -f ".deps/crypt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT crypt.lo -MD -MP -MF .deps/crypt.Tpo -c crypt.c -fPIC -DPIC -o .libs/crypt.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT crypt.lo -MD -MP -MF .deps/crypt.Tpo -c crypt.c -o crypt.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT hostkey.lo -MD -MP -MF ".deps/hostkey.Tpo" -c -o hostkey.lo hostkey.c; \
then mv -f ".deps/hostkey.Tpo" ".deps/hostkey.Plo"; else rm -f ".deps/hostkey.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT hostkey.lo -MD -MP -MF .deps/hostkey.Tpo -c hostkey.c -fPIC -DPIC -o .libs/hostkey.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT hostkey.lo -MD -MP -MF .deps/hostkey.Tpo -c hostkey.c -o hostkey.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT kex.lo -MD -MP -MF ".deps/kex.Tpo" -c -o kex.lo kex.c; \
then mv -f ".deps/kex.Tpo" ".deps/kex.Plo"; else rm -f ".deps/kex.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT kex.lo -MD -MP -MF .deps/kex.Tpo -c kex.c -fPIC -DPIC -o .libs/kex.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT kex.lo -MD -MP -MF .deps/kex.Tpo -c kex.c -o kex.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT mac.lo -MD -MP -MF ".deps/mac.Tpo" -c -o mac.lo mac.c; \
then mv -f ".deps/mac.Tpo" ".deps/mac.Plo"; else rm -f ".deps/mac.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c mac.c -fPIC -DPIC -o .libs/mac.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c mac.c -o mac.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT misc.lo -MD -MP -MF ".deps/misc.Tpo" -c -o misc.lo misc.c; \
then mv -f ".deps/misc.Tpo" ".deps/misc.Plo"; else rm -f ".deps/misc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT packet.lo -MD -MP -MF ".deps/packet.Tpo" -c -o packet.lo packet.c; \
then mv -f ".deps/packet.Tpo" ".deps/packet.Plo"; else rm -f ".deps/packet.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT packet.lo -MD -MP -MF .deps/packet.Tpo -c packet.c -fPIC -DPIC -o .libs/packet.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT packet.lo -MD -MP -MF .deps/packet.Tpo -c packet.c -o packet.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT publickey.lo -MD -MP -MF ".deps/publickey.Tpo" -c -o publickey.lo publickey.c; \
then mv -f ".deps/publickey.Tpo" ".deps/publickey.Plo"; else rm -f ".deps/publickey.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT publickey.lo -MD -MP -MF .deps/publickey.Tpo -c publickey.c -fPIC -DPIC -o .libs/publickey.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT publickey.lo -MD -MP -MF .deps/publickey.Tpo -c publickey.c -o publickey.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT scp.lo -MD -MP -MF ".deps/scp.Tpo" -c -o scp.lo scp.c; \
then mv -f ".deps/scp.Tpo" ".deps/scp.Plo"; else rm -f ".deps/scp.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT scp.lo -MD -MP -MF .deps/scp.Tpo -c scp.c -fPIC -DPIC -o .libs/scp.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT scp.lo -MD -MP -MF .deps/scp.Tpo -c scp.c -o scp.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT session.lo -MD -MP -MF ".deps/session.Tpo" -c -o session.lo session.c; \
then mv -f ".deps/session.Tpo" ".deps/session.Plo"; else rm -f ".deps/session.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT session.lo -MD -MP -MF .deps/session.Tpo -c session.c -fPIC -DPIC -o .libs/session.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT session.lo -MD -MP -MF .deps/session.Tpo -c session.c -o session.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT sftp.lo -MD -MP -MF ".deps/sftp.Tpo" -c -o sftp.lo sftp.c; \
then mv -f ".deps/sftp.Tpo" ".deps/sftp.Plo"; else rm -f ".deps/sftp.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT sftp.lo -MD -MP -MF .deps/sftp.Tpo -c sftp.c -fPIC -DPIC -o .libs/sftp.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT sftp.lo -MD -MP -MF .deps/sftp.Tpo -c sftp.c -o sftp.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT userauth.lo -MD -MP -MF ".deps/userauth.Tpo" -c -o userauth.lo userauth.c; \
then mv -f ".deps/userauth.Tpo" ".deps/userauth.Plo"; else rm -f ".deps/userauth.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT userauth.lo -MD -MP -MF .deps/userauth.Tpo -c userauth.c -fPIC -DPIC -o .libs/userauth.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT userauth.lo -MD -MP -MF .deps/userauth.Tpo -c userauth.c -o userauth.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT pem.lo -MD -MP -MF ".deps/pem.Tpo" -c -o pem.lo pem.c; \
then mv -f ".deps/pem.Tpo" ".deps/pem.Plo"; else rm -f ".deps/pem.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT pem.lo -MD -MP -MF .deps/pem.Tpo -c pem.c -fPIC -DPIC -o .libs/pem.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT pem.lo -MD -MP -MF .deps/pem.Tpo -c pem.c -o pem.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT transport.lo -MD -MP -MF ".deps/transport.Tpo" -c -o transport.lo transport.c; \
then mv -f ".deps/transport.Tpo" ".deps/transport.Plo"; else rm -f ".deps/transport.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT transport.lo -MD -MP -MF .deps/transport.Tpo -c transport.c -fPIC -DPIC -o .libs/transport.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT transport.lo -MD -MP -MF .deps/transport.Tpo -c transport.c -o transport.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT openssl.lo -MD -MP -MF ".deps/openssl.Tpo" -c -o openssl.lo openssl.c; \
then mv -f ".deps/openssl.Tpo" ".deps/openssl.Plo"; else rm -f ".deps/openssl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT openssl.lo -MD -MP -MF .deps/openssl.Tpo -c openssl.c -fPIC -DPIC -o .libs/openssl.o
gcc -DHAVE_CONFIG_H -I../include -I../src -g -O2 -I/usr/sfw/include -I/usr/local/include -MT openssl.lo -MD -MP -MF .deps/openssl.Tpo -c openssl.c -o openssl.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -I/usr/sfw/include -I/usr/local/include -R/usr/sfw/lib -L/usr/sfw/lib -lssl -lcrypto -lsocket -lnsl -ldl -L/usr/local/lib -lz -o libssh2.la -rpath /usr/local/lib -version-info 1:0:0 -no-undefined channel.lo comp.lo crypt.lo hostkey.lo kex.lo mac.lo misc.lo packet.lo publickey.lo scp.lo session.lo sftp.lo userauth.lo pem.lo transport.lo openssl.lo -lnsl -lsocket
rm -fr .libs/libssh2.so .libs/libssh2.so.1 .libs/libssh2.so.1.0.0
gcc -shared -Wl,-h -Wl,libssh2.so.1 -o .libs/libssh2.so.1.0.0 .libs/channel.o .libs/comp.o .libs/crypt.o .libs/hostkey.o .libs/kex.o .libs/mac.o .libs/misc.o .libs/packet.o .libs/publickey.o .libs/scp.o .libs/session.o .libs/sftp.o .libs/userauth.o .libs/pem.o .libs/transport.o .libs/openssl.o -R/usr/sfw/lib -L/usr/sfw/lib -lssl -lcrypto -ldl -L/usr/local/lib -lz -lnsl -lsocket -lc
(cd .libs && rm -f libssh2.so.1 && ln -s libssh2.so.1.0.0 libssh2.so.1)
(cd .libs && rm -f libssh2.so && ln -s libssh2.so.1.0.0 libssh2.so)
false cru .libs/libssh2.a channel.o comp.o crypt.o hostkey.o kex.o mac.o misc.o packet.o publickey.o scp.o session.o sftp.o userauth.o pem.o transport.o openssl.o
*** Error code 1
make: Fatal error: Command failed for target `libssh2.la'
Current working directory /software/libssh2-0.18/src
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /software/libssh2-0.18/src
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='src example tests docs'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
---------------

I have tried with new gcc version too, i.e. 3.4.6, but no luck. Please help me resolving the issue.

Thanks in advance.

- Asmii


Report Offensive Message For Removal








Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: make problems

Comments:

 


  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 





Do you have a Desktop Computer anymore?

No
Yes, but only at work
Yes, but its rarely used
Yes, and its a workhorse


View Results

Poll Finishes In 3 Days.
Discuss in The Lounge
Poll History




Data Recovery Software