LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 03-25-2008, 02:45 PM   #1
a.toraby
Member
 
Registered: Sep 2006
Location: tehran
Distribution: open suse & open solaris
Posts: 102

Rep: Reputation: 15
./configure did nothing here!!!


hi friends.
i want to compile a source code in solaris. this is first time that i try it in solaris. when i run configure script configuration failed. you can see output of script in the following lines:
_______________________________
# ./configure
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... no
checking whether make sets $(MAKE)... (cached) no
checking for gawk... (cached) nawk
checking for sed... sed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
__________________________________
i use pkgchk and i found that g++, c++ awk and etc are installed completely. why script doesn't work properly?? i can install this source in suse but in solaris i became giddy.
please help me.
by the way,if every body has a good and brief note about this field give it me, please.I don't know nothing about source compilation in solaris platform. thanks for your help
 
Old 03-25-2008, 02:51 PM   #2
Uncle_Theodore
Member
 
Registered: Dec 2007
Location: Charleston WV, USA
Distribution: Slackware 12.2, Arch Linux Amd64
Posts: 896

Rep: Reputation: 71
Looks like you don't have a C++ compiler in your $PATH. Which Solaris is it?
 
Old 03-25-2008, 03:12 PM   #3
a.toraby
Member
 
Registered: Sep 2006
Location: tehran
Distribution: open suse & open solaris
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Uncle_Theodore View Post
Looks like you don't have a C++ compiler in your $PATH. Which Solaris is it?
i use solaris10. i have added /usr/sfw/bin to the PATH variable and for test, i typed gcc in front of shell prompt. it worked!! but configure script drives me up the wall and result was not changed. this is the contents of log file:
____________________________________________________________

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by RCSSBase configure 11.1.0, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = sunx86
uname -m = i86pc
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_118855-33

/usr/bin/uname -p = i386
/bin/uname -X = System = SunOS
Node = sunx86
Release = 5.10
KernelID = Generic_118855-33
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1

/bin/arch = i86pc
/usr/bin/arch -k = i86pc
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/sbin
PATH: /usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2054: checking for a BSD-compatible install
configure:2110: result: ./install-sh -c
configure:2121: checking whether build environment is sane
configure:2164: result: yes
configure:2192: checking for a thread-safe mkdir -p
configure:2231: result: ./install-sh -c -d
configure:2244: checking for gawk
configure:2274: result: no
configure:2244: checking for mawk
configure:2274: result: no
configure:2244: checking for nawk
configure:2260: found /usr/bin/nawk
configure:2271: result: nawk
configure:2282: checking whether make sets $(MAKE)
configure:2307: result: no
configure:2492: checking whether make sets $(MAKE)
configure:2517: result: no
configure:2527: checking for gawk
configure:2554: result: nawk
configure:2568: checking for sed
configure:2584: found /usr/bin/sed
configure:2598: result: sed
configure:2672: checking for g++
configure:2702: result: no
configure:2672: checking for c++
configure:2702: result: no
configure:2672: checking for gpp
configure:2702: result: no
configure:2672: checking for aCC
configure:2702: result: no
configure:2672: checking for CC
configure:2702: result: no
configure:2672: checking for cxx
configure:2702: result: no
configure:2672: checking for cc++
configure:2702: result: no
configure:2672: checking for cl.exe
configure:2702: result: no
configure:2672: checking for FCC
configure:2702: result: no
configure:2672: checking for KCC
configure:2702: result: no
configure:2672: checking for RCC
configure:2702: result: no
configure:2672: checking for xlC_r
configure:2702: result: no
configure:2672: checking for xlC
configure:2702: result: no
configure:2730: checking for C++ compiler version
configure:2737: g++ --version >&5
./configure: line 2738: g++: command not found
configure:2740: $? = 127
configure:2747: g++ -v >&5
./configure: line 2748: g++: command not found
configure:2750: $? = 127
configure:2757: g++ -V >&5
./configure: line 2758: g++: command not found
configure:2760: $? = 127
configure:2783: checking for C++ compiler default output file name
configure:2810: g++ conftest.cpp >&5
./configure: line 2811: g++: command not found
configure:2813: $? = 127
configure:2851: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "RCSSBase"
| #define PACKAGE_TARNAME "rcssbase"
| #define PACKAGE_VERSION "11.1.0"
| #define PACKAGE_STRING "RCSSBase 11.1.0"
| #define PACKAGE_BUGREPORT "sserver-admin@users.sf.net"
| #define PACKAGE "rcssbase"
| #define VERSION "11.1.0"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2858: error: C++ compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CVSEDITOR_set=
ac_cv_env_CVSEDITOR_value=
ac_cv_env_CVSROOT_set=
ac_cv_env_CVSROOT_value=
ac_cv_env_CVS_set=
ac_cv_env_CVS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_HDIUTIL_set=
ac_cv_env_HDIUTIL_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PACKAGE_MAKER_set=
ac_cv_env_PACKAGE_MAKER_value=
ac_cv_env_RPM_set=
ac_cv_env_RPM_value=
ac_cv_env_SED_set=
ac_cv_env_SED_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_prog_AWK=nawk
ac_cv_prog_SED=sed
ac_cv_prog_make_make_set=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/soccer/soccer/rcssbase-11.1.0/missing --run aclocal-1.10'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/soccer/soccer/rcssbase-11.1.0/missing --run tar'
ANON_CVSROOT=''
AR=''
AUTOCONF='${SHELL} /home/soccer/soccer/rcssbase-11.1.0/missing --run autoconf'
AUTOHEADER='${SHELL} /home/soccer/soccer/rcssbase-11.1.0/missing --run autoheader'
AUTOMAKE='${SHELL} /home/soccer/soccer/rcssbase-11.1.0/missing --run automake-1.10'
AWK='nawk'
AX_INSTALL_FILES_LIST=''
AX_MFSTAMP=''
AX_PKG_DESC_FILE=''
AX_PKG_INFO_FILE=''
AX_PKG_STAGING=''
AX_RPM_CONFIGURE_ARGS=''
AX_RPM_INSTALL_FILES=''
AX_RPM_SPEC_FILE=''
AX_STAGING=''
BOOST_CPPFLAGS=''
BOOST_FILESYSTEM_LIB=''
BOOST_LDFLAGS=''
BUILD_TESTS=''
BUILD_TEST_FALSE=''
BUILD_TEST_TRUE=''
CC=''
CCDEPMODE=''
CFLAGS=''
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE=''
CPP=''
CPPFLAGS=''
CVS=''
CVSEDITOR=''
CVSROOT=''
CXX='g++'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
GREP=''
GZ_LIBS=''
HDIUTIL=''
INCLTDL=''
INCLUDE_MK_FILE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBADD_DL=''
LIBLTDL=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LN_S=''
LTDLDIR=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/soccer/soccer/rcssbase-11.1.0/missing --run makeinfo'
NET_LIBS=''
NODLOPEN_FALSE=''
NODLOPEN_TRUE=''
OBJEXT=''
PACKAGE='rcssbase'
PACKAGE_BUGREPORT='sserver-admin@users.sf.net'
PACKAGE_MAKER=''
PACKAGE_NAME='RCSSBase'
PACKAGE_STRING='RCSSBase 11.1.0'
PACKAGE_TARNAME='rcssbase'
PACKAGE_VERSION='11.1.0'
PATH_SEPARATOR=':'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB=''
RPM=''
RPMBUILD=''
SED='sed'
SET_MAKE='MAKE=make'
SHELL='/bin/bash'
STRIP=''
TEST_LIBS=''
VERSION='11.1.0'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/soccer/soccer/rcssbase-11.1.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''

## ------------------- ##
## File substitutions. ##
## ------------------- ##

INCLUDE_MK=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "RCSSBase"
#define PACKAGE_TARNAME "rcssbase"
#define PACKAGE_VERSION "11.1.0"
#define PACKAGE_STRING "RCSSBase 11.1.0"
#define PACKAGE_BUGREPORT "sserver-admin@users.sf.net"
#define PACKAGE "rcssbase"
#define VERSION "11.1.0"

configure: exit 77
__________________________________________________________
thanks for your help
 
Old 03-25-2008, 05:14 PM   #4
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Try this command (on a single line) :

Code:
PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/sfw/bin:/opt/SUNWspro/bin ./configure
 
Old 03-26-2008, 03:33 AM   #5
a.toraby
Member
 
Registered: Sep 2006
Location: tehran
Distribution: open suse & open solaris
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jlliagre View Post
Try this command (on a single line) :

Code:
PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/sfw/bin:/opt/SUNWspro/bin ./configure
thanks it worked. but how can i set this path for ever? I know that i have to add this elements to PATH in user profile but i can't find .profile for root user!! where is it?
 
Old 03-26-2008, 04:01 AM   #6
a.toraby
Member
 
Registered: Sep 2006
Location: tehran
Distribution: open suse & open solaris
Posts: 102

Original Poster
Rep: Reputation: 15
i executed configure script successfully. but now i have another problem. when i run make compilation failed. it seems that version of make and makefile are not compatible!!
_______________________________________________________
#make
make: fatal error in reader. Makefile, line 717: Unexpected end of line seen
_______________________________________________________
here you can see abstract of Makefile:

Code:
# Makefile.in generated by automake 1.10 from Makefile.am.
# Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



pkgdatadir = $(datadir)/rcssbase
pkglibdir = $(libdir)/rcssbase
pkgincludedir = $(includedir)/rcssbase
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
.
.
.


.
.
.
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
	install-strip

.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
	all all-am am--refresh check check-am clean clean-generic \
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
	distclean-generic distclean-hdr distclean-libtool \
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
	dvi-am html html-am info info-am install install-am \
	install-data install-data-am install-dvi install-dvi-am \
	install-exec install-exec-am install-html install-html-am \
	install-info install-info-am install-man install-pdf \
	install-pdf-am install-ps install-ps-am install-strip \
	installcheck installcheck-am installdirs installdirs-am \
	maintainer-clean maintainer-clean-generic mostlyclean \
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
	tags tags-recursive uninstall uninstall-am

libtool:	$(LIBTOOL_DEPS)
	$(SHELL) ./config.status --recheck


# generated automatically by configure from AX_MK_MACROS
# on Wed Mar 26 13:52:15 IRDT 2008 Line 717

ifdef DISTCLEANFILES
   DISTCLEANFILES += $(top_builddir)/include.mk
else
   DISTCLEANFILES = $(top_builddir)/include.mk
endif
.
.
.





.
.
.
ifdef DISTCLEANFILES
  DISTCLEANFILES += $(top_builddir)/Info.plist $(top_builddir)/Description.plist
else
  DISTCLEANFILES = $(top_builddir)/Info.plist $(top_builddir)/Description.plist
endif

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

Last edited by a.toraby; 03-26-2008 at 04:03 AM.
 
Old 03-26-2008, 11:59 AM   #7
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Try using gmake instead (/usr/sfw/bin/gmake).
 
Old 03-28-2008, 05:04 AM   #8
a.toraby
Member
 
Registered: Sep 2006
Location: tehran
Distribution: open suse & open solaris
Posts: 102

Original Poster
Rep: Reputation: 15
i use gmake.
____________________
Code:
# gmake
gmake: not found
____________________
here i add /usr/sfw/bin at the end of PATH:
Code:
gmake  all-recursive
/bin/bash: gmake: command not found
gmake: *** [all] serror 127
___________________
finally i use /usr/sfw/bin/gmake directly:

Code:
# /usr/sfw/bin/gmake
/usr/sfw/bin/gmake  all-recursive
gmake[1]: Entering directory `/home/soccer/soccer/rcssbase-11.1.0'
Making all in .
gmake[2]: Entering directory `/home/soccer/soccer/rcssbase-11.1.0'
gmake[2]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0'
Making all in libltdl
gmake[2]: Entering directory `/home/soccer/soccer/rcssbase-11.1.0/libltdl'
/usr/sfw/bin/gmake  all-am
gmake[3]: Entering directory `/home/soccer/soccer/rcssbase-11.1.0/libltdl'
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I/usr/l
ocal/include/boost-1_34_1  -g -O2 -c -o ltdl.lo ltdl.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/boost-1_34_1 -g -O2 -c ltdl.c  -fP
IC -DPIC -o .libs/ltdl.o
./libtool: line 1327: gcc: command not found
gmake[3]: *** [ltdl.lo] Error 1
gmake[3]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0/libltdl'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0/libltdl'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0'
gmake: *** [all] Error 2
#
 
Old 03-28-2008, 06:00 AM   #9
a.toraby
Member
 
Registered: Sep 2006
Location: tehran
Distribution: open suse & open solaris
Posts: 102

Original Poster
Rep: Reputation: 15
libtool: Line 1327:
________________________________________
if $run eval "$command"; then :
else
test -n "$output_obj" && $run $rm $removelist
exit $EXIT_FAILURE
 
Old 03-28-2008, 08:15 AM   #10
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
It seems your environment and/or the building tools used by piece of software you are trying to compile is quite broken. If they reset your PATH, there is not that much you can do.

You can try to set the default Solaris PATH to be the one I suggested in post #5 by setting it in the /etc/default/login PATH and SUPATH variables.
 
Old 03-29-2008, 07:15 AM   #11
a.toraby
Member
 
Registered: Sep 2006
Location: tehran
Distribution: open suse & open solaris
Posts: 102

Original Poster
Rep: Reputation: 15
thanks jlliagre.
thats ok. gmake is working properly. but i have encountered a new problem.
during compilation following error came into view.
.
.
zfstream.cpp:291: error: `snprintf' is not a member of `std'
gmake[3]: *** [gzfstream.lo] Error 1
gmake[3]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0/rcssbase/gzip'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0/rcssbase'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0'
gmake: *** [all] Error 2
________________________________________________________________________
i think i have to use earlier version of GCC. what do you think?
thanks for your help.
 
Old 04-08-2008, 04:47 PM   #12
ADxD_7
Member
 
Registered: May 2007
Location: CO
Distribution: Solaris , Redhat , Debian
Posts: 152

Rep: Reputation: 23
Quote:
Originally Posted by a.toraby View Post
thanks jlliagre.
thats ok. gmake is working properly. but i have encountered a new problem.
during compilation following error came into view.
.
.
zfstream.cpp:291: error: `snprintf' is not a member of `std'
gmake[3]: *** [gzfstream.lo] Error 1
gmake[3]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0/rcssbase/gzip'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0/rcssbase'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/soccer/soccer/rcssbase-11.1.0'
gmake: *** [all] Error 2
________________________________________________________________________
i think i have to use earlier version of GCC. what do you think?
thanks for your help.
I would go to sunfreeware and get the latest version of make and of the gcc compiler - make sure you have all the dependencies and make sure that all of their libraries(and the program itself) are in your path - also make sure you have all the dependencies and library's that the source code needs to compile - should be in the source code documentation -

One thing I notice right away is you are missing libtool -
Code:
./libtool: line 1327: gcc: command not found

Last edited by ADxD_7; 04-08-2008 at 04:50 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
./configure fails with: libz... configure: error: not found. erpe Linux - Software 17 10-11-2006 05:56 PM
[root@Linuxboy magicolor2430DL-1.1.0]# ./configure ./configure: No such file or ... anseK Mandriva 7 01-02-2006 04:21 PM
Configure dhcpd (Configure DHCP Server) hanserver2004 General 1 08-16-2004 01:39 PM
How to use GNU autoconf to generate a new configure from configure.in ?? vanhelsing Programming 5 08-05-2004 10:02 AM
configure: error: when trying to install / configure new software ? met tomfer007 Linux - Software 1 07-25-2004 03:52 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 10:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration