Created
July 30, 2015 17:48
-
-
Save josePhoenix/ff5e1a0860946d2b1ec2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| file /private/tmp/gal-sim20150730-38945-y869q2/GalSim-1.2.0/SConstruct,line 1655: | |
| Configure(confdir = .sconf_temp) | |
| scons: Configure: Checking for C++ header file fftw3.h... | |
| .sconf_temp/conftest_0.cpp <- | |
| | | |
| |#include <fftw3.h> | |
| | | |
| | | |
| g++ -o .sconf_temp/conftest_0.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_0.cpp | |
| scons: Configure: yes | |
| scons: Configure: Checking for correct FFTW linkage... | |
| .sconf_temp/conftest_1.cpp <- | |
| | | |
| |#include "fftw3.h" | |
| |#include <iostream> | |
| |int main() | |
| |{ | |
| | double* ar = (double*) fftw_malloc(sizeof(double)*64); | |
| | fftw_complex* ac = (fftw_complex*) fftw_malloc(sizeof(double)*2*64); | |
| | fftw_plan plan = fftw_plan_dft_r2c_2d(8,8,ar,ac,FFTW_MEASURE); | |
| | fftw_destroy_plan(plan); | |
| | fftw_free(ar); | |
| | fftw_free(ac); | |
| | std::cout<<"23"<<std::endl; | |
| | return 0; | |
| |} | |
| | | |
| g++ -o .sconf_temp/conftest_1.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_1.cpp | |
| .sconf_temp/conftest_2.cpp <- | |
| | | |
| |#include "fftw3.h" | |
| |#include <iostream> | |
| |int main() | |
| |{ | |
| | double* ar = (double*) fftw_malloc(sizeof(double)*64); | |
| | fftw_complex* ac = (fftw_complex*) fftw_malloc(sizeof(double)*2*64); | |
| | fftw_plan plan = fftw_plan_dft_r2c_2d(8,8,ar,ac,FFTW_MEASURE); | |
| | fftw_destroy_plan(plan); | |
| | fftw_free(ar); | |
| | fftw_free(ac); | |
| | std::cout<<"23"<<std::endl; | |
| | return 0; | |
| |} | |
| | | |
| g++ -o .sconf_temp/conftest_2.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_2.cpp | |
| g++ -o .sconf_temp/conftest_2 .sconf_temp/conftest_2.o -Llib | |
| Undefined symbols for architecture x86_64: | |
| "_fftw_destroy_plan", referenced from: | |
| _main in conftest_2.o | |
| "_fftw_free", referenced from: | |
| _main in conftest_2.o | |
| "_fftw_malloc", referenced from: | |
| _main in conftest_2.o | |
| "_fftw_plan_dft_r2c_2d", referenced from: | |
| _main in conftest_2.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| .sconf_temp/conftest_3.cpp <- | |
| | | |
| |#include "fftw3.h" | |
| |#include <iostream> | |
| |int main() | |
| |{ | |
| | double* ar = (double*) fftw_malloc(sizeof(double)*64); | |
| | fftw_complex* ac = (fftw_complex*) fftw_malloc(sizeof(double)*2*64); | |
| | fftw_plan plan = fftw_plan_dft_r2c_2d(8,8,ar,ac,FFTW_MEASURE); | |
| | fftw_destroy_plan(plan); | |
| | fftw_free(ar); | |
| | fftw_free(ac); | |
| | std::cout<<"23"<<std::endl; | |
| | return 0; | |
| |} | |
| | | |
| g++ -o .sconf_temp/conftest_3.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_3.cpp | |
| g++ -o .sconf_temp/conftest_3 .sconf_temp/conftest_3.o -Llib | |
| Undefined symbols for architecture x86_64: | |
| "_fftw_destroy_plan", referenced from: | |
| _main in conftest_3.o | |
| "_fftw_free", referenced from: | |
| _main in conftest_3.o | |
| "_fftw_malloc", referenced from: | |
| _main in conftest_3.o | |
| "_fftw_plan_dft_r2c_2d", referenced from: | |
| _main in conftest_3.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| .sconf_temp/conftest_4.cpp <- | |
| | | |
| |#include "fftw3.h" | |
| |#include <iostream> | |
| |int main() | |
| |{ | |
| | double* ar = (double*) fftw_malloc(sizeof(double)*64); | |
| | fftw_complex* ac = (fftw_complex*) fftw_malloc(sizeof(double)*2*64); | |
| | fftw_plan plan = fftw_plan_dft_r2c_2d(8,8,ar,ac,FFTW_MEASURE); | |
| | fftw_destroy_plan(plan); | |
| | fftw_free(ar); | |
| | fftw_free(ac); | |
| | std::cout<<"23"<<std::endl; | |
| | return 0; | |
| |} | |
| | | |
| g++ -o .sconf_temp/conftest_4.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_4.cpp | |
| g++ -o .sconf_temp/conftest_4 .sconf_temp/conftest_4.o -Llib | |
| Undefined symbols for architecture x86_64: | |
| "_fftw_destroy_plan", referenced from: | |
| _main in conftest_4.o | |
| "_fftw_free", referenced from: | |
| _main in conftest_4.o | |
| "_fftw_malloc", referenced from: | |
| _main in conftest_4.o | |
| "_fftw_plan_dft_r2c_2d", referenced from: | |
| _main in conftest_4.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| .sconf_temp/conftest_5.cpp <- | |
| | | |
| |#include "fftw3.h" | |
| |#include <iostream> | |
| |int main() | |
| |{ | |
| | double* ar = (double*) fftw_malloc(sizeof(double)*64); | |
| | fftw_complex* ac = (fftw_complex*) fftw_malloc(sizeof(double)*2*64); | |
| | fftw_plan plan = fftw_plan_dft_r2c_2d(8,8,ar,ac,FFTW_MEASURE); | |
| | fftw_destroy_plan(plan); | |
| | fftw_free(ar); | |
| | fftw_free(ac); | |
| | std::cout<<"23"<<std::endl; | |
| | return 0; | |
| |} | |
| | | |
| g++ -o .sconf_temp/conftest_5.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_5.cpp | |
| g++ -o .sconf_temp/conftest_5 .sconf_temp/conftest_5.o -Llib | |
| Undefined symbols for architecture x86_64: | |
| "_fftw_destroy_plan", referenced from: | |
| _main in conftest_5.o | |
| "_fftw_free", referenced from: | |
| _main in conftest_5.o | |
| "_fftw_malloc", referenced from: | |
| _main in conftest_5.o | |
| "_fftw_plan_dft_r2c_2d", referenced from: | |
| _main in conftest_5.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| .sconf_temp/conftest_6.cpp <- | |
| | | |
| |#include "fftw3.h" | |
| |#include <iostream> | |
| |int main() | |
| |{ | |
| | double* ar = (double*) fftw_malloc(sizeof(double)*64); | |
| | fftw_complex* ac = (fftw_complex*) fftw_malloc(sizeof(double)*2*64); | |
| | fftw_plan plan = fftw_plan_dft_r2c_2d(8,8,ar,ac,FFTW_MEASURE); | |
| | fftw_destroy_plan(plan); | |
| | fftw_free(ar); | |
| | fftw_free(ac); | |
| | std::cout<<"23"<<std::endl; | |
| | return 0; | |
| |} | |
| | | |
| g++ -o .sconf_temp/conftest_6.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_6.cpp | |
| g++ -o .sconf_temp/conftest_6 .sconf_temp/conftest_6.o -Llib -lfftw3 | |
| ld: library not found for -lfftw3 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| .sconf_temp/conftest_7.cpp <- | |
| | | |
| |#include "fftw3.h" | |
| |#include <iostream> | |
| |int main() | |
| |{ | |
| | double* ar = (double*) fftw_malloc(sizeof(double)*64); | |
| | fftw_complex* ac = (fftw_complex*) fftw_malloc(sizeof(double)*2*64); | |
| | fftw_plan plan = fftw_plan_dft_r2c_2d(8,8,ar,ac,FFTW_MEASURE); | |
| | fftw_destroy_plan(plan); | |
| | fftw_free(ar); | |
| | fftw_free(ac); | |
| | std::cout<<"23"<<std::endl; | |
| | return 0; | |
| |} | |
| | | |
| g++ -o .sconf_temp/conftest_7.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_7.cpp | |
| g++ -o .sconf_temp/conftest_7 .sconf_temp/conftest_7.o -Llib -lfftw3 | |
| ld: library not found for -lfftw3 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| .sconf_temp/conftest_8.cpp <- | |
| | | |
| |#include "fftw3.h" | |
| |#include <iostream> | |
| |int main() | |
| |{ | |
| | double* ar = (double*) fftw_malloc(sizeof(double)*64); | |
| | fftw_complex* ac = (fftw_complex*) fftw_malloc(sizeof(double)*2*64); | |
| | fftw_plan plan = fftw_plan_dft_r2c_2d(8,8,ar,ac,FFTW_MEASURE); | |
| | fftw_destroy_plan(plan); | |
| | fftw_free(ar); | |
| | fftw_free(ac); | |
| | std::cout<<"23"<<std::endl; | |
| | return 0; | |
| |} | |
| | | |
| g++ -o .sconf_temp/conftest_8.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_8.cpp | |
| g++ -o .sconf_temp/conftest_8 .sconf_temp/conftest_8.o -Llib -lfftw3 | |
| ld: library not found for -lfftw3 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| .sconf_temp/conftest_9.cpp <- | |
| | | |
| |#include "fftw3.h" | |
| |#include <iostream> | |
| |int main() | |
| |{ | |
| | double* ar = (double*) fftw_malloc(sizeof(double)*64); | |
| | fftw_complex* ac = (fftw_complex*) fftw_malloc(sizeof(double)*2*64); | |
| | fftw_plan plan = fftw_plan_dft_r2c_2d(8,8,ar,ac,FFTW_MEASURE); | |
| | fftw_destroy_plan(plan); | |
| | fftw_free(ar); | |
| | fftw_free(ac); | |
| | std::cout<<"23"<<std::endl; | |
| | return 0; | |
| |} | |
| | | |
| g++ -o .sconf_temp/conftest_9.o -c -O2 -fno-strict-aliasing -Iinclude .sconf_temp/conftest_9.cpp | |
| g++ -o .sconf_temp/conftest_9 .sconf_temp/conftest_9.o -Llib -lfftw3 | |
| ld: library not found for -lfftw3 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment