Opened 11 years ago
Closed 11 years ago
#6434 closed Bugs (invalid)
configure:error Could not link against !
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: | tannyshetty007@… |
Description
While building configuration for rose compiler i am getting this error
root@bt:# .././configure --prefix=/opt/rose/rose-0.9.5a-17274/compileTree --with-boost=/opt/boost_1_48_0/installTree --with-boost-libdir=/opt/boost_1_48_0/installTree/lib --without-java
.././configure: line 1846: .././scripts/shtool: No such file or directory
.././configure: line 1846: .././scripts/shtool: No such file or directory
checking for ROSE Git version information in '../.'... 05fc876517fb86eb57c66627d6144d01faa8ea35 1326493697
Configuring ROSE, version 0.9.5a (05fc876517fb86eb57c66627d6144d01faa8ea35)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
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 ANSI C... none needed
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
.././configure: line 5090: TAR: command not found
.././configure: line 5090: AMTAR: command not found
Defined: amtar = tar --format=posix -chf - "$$tardir"
Defined: amuntar = tar -xf -
Defined: AMTAR = ${SHELL} /opt/rose/rose-0.9.5a-17274/config/missing --run tar
checking build system type... i686-pc-linux-gnu
checking machine hardware cpu... i686
checking operating system vendor... pc
checking operating system... linux-gnu
checking for lsb_release... lsb_release
checking Ubuntu release version... 10.04 checking for ssl... In ROSE SSL SUPPORT MACRO: enable_ssl = no Skipping use of SSL (libssl) support[[BR]]
checking for Java (javac first, then java, then jvm)... not requested, internal java support disabled
checking jni.h usability... no
checking jni.h presence... no
checking for jni.h... no
ROSE can't find the jni.h in a default directory (this is good since it will be included correctly).
checking whether gfortran executable path has been provided... no
checking for gfortran... /usr/bin/gfortran
checking for user-specified languages to support...
checking for deprecated language configuration options... done
[Fortran support] disabling Fortran language support, which requires Java, because you specified --with-java='no'
[Java support] disabling Java language support, which requires Java, because you specified --with-java='no'
Creating Automake conditional flags for language support in Makefiles... done
+ Binary analysis + C + C++ + Cuda
- Fortran
- Java + PHP
- Python + OpenCL
(+)enabled (-)disabled
Finished configuring user-specified languages to support
checking for Curl_connect in -lcurl... no
checking whether your GCC version is supported by ROSE (4.0.x - 4.4.x)... done
checking for RTEDUPC... no
checking if the Compass static analysis tool should be built... no
checking if we should build & test the ROSE/projects directory... enabled
checking if we should build & test the ROSE/tests directory... enabled
checking if we should build & test the ROSE/tutorial directory... enabled
enable_edg_version =
Default version of EDG used (3.3)
edg_major_version_number = 3
edg_minor_version_number = 3
Recognized an accepted major version number.
Recognized an accepted minor version number.
checking host system type... i686-pc-linux-gnu
withval = yes
with_C_DEBUG =
After initialization: with_C_DEBUG = yes
Using default options for maximal debug (true case)
Setup C_OPTIMIZE
Setup C_WARNINGS CC = gcc
withval = yes
with_C_WARNINGS =
After initialization: with_C_WARNINGS = yes
C_DEBUG = -g
CXX_DEBUG =
C_WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes
CXX_WARNINGS =
withval = yes
with_CXX_DEBUG =
After initialization: with_CXX_DEBUG = yes
Using default options for maximal debug (true case)
Setup CXX_OPTIMIZE
Setup CXX_WARNING CXX = g++
withval = yes
with_CXX_WARNINGS =
After initialization: with_CXX_WARNINGS = yes
Using default options for maximal warnings (true case)
C_DEBUG = -g
CXX_DEBUG = -g
C_WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes
CXX_WARNINGS = -Wall
CFLAGS = -g -O2 -g -Wall -Wstrict-prototypes -Wmissing-prototypes
CXXFLAGS = -g -Wall
CPPFLAGS =
checking for enabled advanced warning support... After processing --enable-advanced-warnings: CXX_ADVANCED_WARNINGS =
After processing --enable-advanced-warnings: CXX_WARNINGS = -Wall
After processing --enable-advanced-warnings: C_WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS = -g -O2 -g -Wall -Wstrict-prototypes -Wmissing-prototypes
CXXFLAGS = -g -Wall
CPPFLAGS =
checking for boostlib >= 1.36.0... yes
In boost base macro -- Boost version being used is:
configure: No previously installed version of boost detected: using boost include directories with normal -I option
Requested minimum boost version: boost_lib_version_req_major = 1
Requested minimum boost version: boost_lib_version_req_minor = 36
Requested minimum boost version: boost_lib_version_req_sub_minor = 0
Boost version being used is:
rose_boost_version = 104800
Reasonable version of Boost found!
In ROSE/configure: ac_boost_path = /opt/boost_1_48_0/installTree
checking for GraphViz's dot program in path... yes
checking whether the Boost::Thread library is available... yes
checking whether the Boost::Date_Time library is available... yes
configure: error: Could not link against !
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | config.log added |
---|
comment:1 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a Boost bug. Please consider contacting the developers of rose.
Configuration file