evaleev / libint

Libint: high-performance library for computing Gaussian integrals in quantum mechanics
Other
230 stars 96 forks source link

make[3]: *** No rule to make target `/Users/jhammond/Work/LIBINT/github/build-gcc/src/lib/libint/../../../src/bin/libint/build_libint', needed by `tmp/libint/libint2_params.h'. Stop. #12

Closed jeffhammond closed 10 years ago

jeffhammond commented 10 years ago

It seems that using --prefix breaks the LIBINT build :-(

And to be clear, the fix here is to not use --prefix, but that makes me sad panda because I refuse to install anything I build from source in /usr or /usr/local.

Jeffs-MacBook-Air:github jhammond$ ./autogen.sh 
Jeffs-MacBook-Air:github jhammond$ rm -rf build-gcc
Jeffs-MacBook-Air:github jhammond$ mkdir build-gcc
Jeffs-MacBook-Air:github jhammond$ cd build-gcc/
Jeffs-MacBook-Air:build-gcc jhammond$ ../configure CXX=g++-4.8 CC=gcc-4.8 --prefix=$HOME/Work/LIBINT/install-gcc && make -j4 install
checking build system type... x86_64-apple-darwin13.3.0
checking host system type... x86_64-apple-darwin13.3.0
checking target system type... x86_64-apple-darwin13.3.0
Using standard ordering of cartesian Gaussians
Will generate standard shell quartet sets
Will generate composite evaluators for multiple integral types
Will generate single evaluator type
Will not generate FMA instructions
Will copy integrals to the buffer
FLOP counter will not be supported
Will not support contracted integrals
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++-4.8 accepts -g... yes
checking how to run the C++ preprocessor... g++-4.8 -E
checking for ar... ar
checking for perl... perl
checking for gnutar... no
checking for tar... tar
checking for doxygen... no
checking for pdflatex... /usr/texbin/pdflatex
checking for pslatex... /usr/texbin/pslatex
checking for dvips... /usr/texbin/dvips
checking for latex... /usr/texbin/latex
checking for latex2html... no
checking for bibtex... /usr/texbin/bibtex
configure: WARNING: C++ optimization options are not given! For optimum performance give CXXGENFLAGS or use --with-cxxgen-optflags configure option
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for posix_memalign... yes
checking for C++11 features: auto ... yes (with -std=c++0x)
checking for C++11 features: lambda ... yes
checking for shared_ptr... yes
checking for std::make_shared and std::allocate_shared... yes
checking for type traits... yes
checking for array... yes
checking gmpxx.h usability... yes
checking gmpxx.h presence... yes
checking for gmpxx.h... yes
checking if GMP C++ library is usable... yes
checking for Boost::shared_ptr... yes
checking for Boost::mpl::for_each... yes
checking for size_t... yes
checking how to print strings... printf
checking for gcc... gcc-4.8
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.8 accepts -g... yes
checking for gcc-4.8 option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc-4.8... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.3.0 file names to x86_64-apple-darwin13.3.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.3.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse /usr/bin/nm output from gcc-4.8 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc-4.8 supports -fno-rtti -fno-exceptions... no
checking for gcc-4.8 option to produce PIC... -fno-common -DPIC
checking if gcc-4.8 PIC flag -fno-common -DPIC works... yes
checking if gcc-4.8 static flag -static works... no
checking if gcc-4.8 supports -c -o file.o... yes
checking if gcc-4.8 supports -c -o file.o... (cached) yes
checking whether the gcc-4.8 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.3.0 dyld
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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++-4.8 -E
checking for ld used by g++-4.8... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++-4.8 linker (/usr/bin/ld) supports shared libraries... yes
checking for g++-4.8 option to produce PIC... -fno-common -DPIC
checking if g++-4.8 PIC flag -fno-common -DPIC works... yes
checking if g++-4.8 static flag -static works... no
checking if g++-4.8 supports -c -o file.o... yes
checking if g++-4.8 supports -c -o file.o... (cached) yes
checking whether the g++-4.8 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.3.0 dyld
checking how to hardcode library paths into programs... immediate
Writing ./doc/classdoc/Makefile
Writing ./doc/Makefile
Writing ./doc/progman/Makefile
Writing ./export/Makefile
Writing ./Makefile
Writing ./src/bin/libint/Makefile
Writing ./src/bin/Makefile
Writing ./src/bin/profile/Makefile
Writing ./src/bin/test_eri/Makefile
Writing ./src/lib/libint/Makefile
Writing ./src/lib/Makefile
Writing ./src/Makefile
Writing ./tests/bagel/Makefile
Writing ./tests/eri/Makefile
Writing ./tests/rysq/Makefile
configure: creating ./config.status
config.status: creating src/bin/test_eri/test_eri.pl
config.status: creating src/bin/test_eri/time_eri.pl
config.status: creating src/bin/test_eri/run_time_eri.pl
config.status: creating src/bin/test_eri/stdtests.pl
config.status: creating src/bin/test_eri/run_timing_suite.pl
config.status: creating src/bin/MakeVars
config.status: creating src/lib/MakeVars
config.status: creating src/lib/MakeRules
config.status: creating doc/MakeVars
config.status: creating doc/MakeRules
config.status: creating doc/progman/macros.tex
config.status: creating doc/classdoc/doxygen.cfg
config.status: creating src/bin/libint/cgshell_ordering.h
config.status: creating libint2.pc
config.status: creating include/libint2_config.h
config.status: executing libtool commands
/usr/bin/install -c -d -m 0755 /Users/jhammond/Work/LIBINT/install-gcc/lib/pkgconfig
/usr/bin/install -c -m 0644 ./libint2.pc /Users/jhammond/Work/LIBINT/install-gcc/lib/pkgconfig
for dir in src; \
      do \
        (cd ${dir} && /Applications/Xcode.app/Contents/Developer/usr/bin/make "DODEPEND=no" install) || exit 1; \
      done
for dir in bin lib; \
      do \
        (cd ${dir} && /Applications/Xcode.app/Contents/Developer/usr/bin/make  install) || exit 1; \
      done
for dir in libint; \
      do \
        (cd ${dir} && /Applications/Xcode.app/Contents/Developer/usr/bin/make  install) || exit 1; \
      done
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/test.cc | sed 's/^test.o/test.o test.d/g' > test.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/build_libint.cc | sed 's/^build_libint.o/build_libint.o build_libint.d/g' > build_libint.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/comp_deriv_gauss.cc | sed 's/^comp_deriv_gauss.o/comp_deriv_gauss.o comp_deriv_gauss.d/g' > comp_deriv_gauss.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/buildtest.cc | sed 's/^buildtest.o/buildtest.o buildtest.d/g' > buildtest.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/purgeable.cc | sed 's/^purgeable.o/purgeable.o purgeable.d/g' > purgeable.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/util.cc | sed 's/^util.o/util.o util.d/g' > util.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/extract.cc | sed 's/^extract.o/extract.o extract.d/g' > extract.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/task.cc | sed 's/^task.o/task.o task.d/g' > task.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/drtree.cc | sed 's/^drtree.o/drtree.o drtree.d/g' > drtree.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/graph_registry.cc | sed 's/^graph_registry.o/graph_registry.o graph_registry.d/g' > graph_registry.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/algebra.cc | sed 's/^algebra.o/algebra.o algebra.d/g' > algebra.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/class_registry.cc | sed 's/^class_registry.o/class_registry.o class_registry.d/g' > class_registry.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/iface.cc | sed 's/^iface.o/iface.o iface.d/g' > iface.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/code.cc | sed 's/^code.o/code.o code.d/g' > code.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/dims.cc | sed 's/^dims.o/dims.o dims.d/g' > dims.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/codeblock.cc | sed 's/^codeblock.o/codeblock.o codeblock.d/g' > codeblock.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/tactic.cc | sed 's/^tactic.o/tactic.o tactic.d/g' > tactic.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/memory.cc | sed 's/^memory.o/memory.o memory.d/g' > memory.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/context.cc | sed 's/^context.o/context.o context.d/g' > context.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/prefactors.cc | sed 's/^prefactors.o/prefactors.o prefactors.d/g' > prefactors.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/flop.cc | sed 's/^flop.o/flop.o flop.d/g' > flop.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/policy_spec.cc | sed 's/^policy_spec.o/policy_spec.o policy_spec.d/g' > policy_spec.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/strategy.cc | sed 's/^strategy.o/strategy.o strategy.d/g' > strategy.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/policy.cc | sed 's/^policy.o/policy.o policy.d/g' > policy.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/iter.cc | sed 's/^iter.o/iter.o iter.d/g' > iter.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/oper.cc | sed 's/^oper.o/oper.o oper.d/g' > oper.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/gauss.cc | sed 's/^gauss.o/gauss.o gauss.d/g' > gauss.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/dgarc.cc | sed 's/^dgarc.o/dgarc.o dgarc.d/g' > dgarc.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/dgvertex.cc | sed 's/^dgvertex.o/dgvertex.o dgvertex.d/g' > dgvertex.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/dg.cc | sed 's/^dg.o/dg.o dg.d/g' > dg.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/rr.cc | sed 's/^rr.o/rr.o rr.d/g' > rr.d
g++-4.8 -M -c -DHAVE_CONFIG_H  -I../../../src/bin -I../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../include -I/Users/jhammond/Work/LIBINT/github/src/bin/libint/../../../src/bin  -O2  -std=c++11 -I. -I/Users/jhammond/Work/LIBINT/github/src/bin/libint /Users/jhammond/Work/LIBINT/github/src/bin/libint/default_params.cc | sed 's/^default_params.o/default_params.o default_params.d/g' > default_params.d
/usr/bin/install -c -d -m 0755 /Users/jhammond/Work/LIBINT/install-gcc/include/libint2
/usr/bin/install -c -m 0644 /Users/jhammond/Work/LIBINT/github/src/bin/libint/cgshellinfo.h cgshell_ordering.h /Users/jhammond/Work/LIBINT/install-gcc/include/libint2
for dir in libint; \
      do \
        (cd ${dir} && /Applications/Xcode.app/Contents/Developer/usr/bin/make  install) || exit 1; \
      done
make[3]: *** No rule to make target `/Users/jhammond/Work/LIBINT/github/build-gcc/src/lib/libint/../../../src/bin/libint/build_libint', needed by `tmp/libint/libint2_params.h'.  Stop.
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [install] Error 1
make[1]: *** [install] Error 1
make: *** [install] Error 1
evaleev commented 10 years ago

Seems like 'make install' does not trigger the build. Try 'make; make install' as a workaround. I'll fix this.

evaleev commented 10 years ago

resolved in 878da6376143de7e981cd9c32390446b073c05c7