-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff0374a
commit 2fa9711
Showing
6 changed files
with
86 additions
and
135 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake. | |
It was created by fgwas configure 0.03, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
$ ./configure | ||
$ ./configure LDFLAGS=-L/opt/local/lib --no-create --no-recursion | ||
|
||
## --------- ## | ||
## Platform. ## | ||
|
@@ -30,8 +30,8 @@ Kernel configured for up to 4 processors. | |
Processor type: i486 (Intel 80486) | ||
Processors active: 0 1 2 3 | ||
Primary memory available: 4.00 gigabytes | ||
Default processor set: 190 tasks, 1005 threads, 4 processors | ||
Load average: 1.00, Mach factor: 2.99 | ||
Default processor set: 177 tasks, 876 threads, 4 processors | ||
Load average: 1.27, Mach factor: 2.72 | ||
/bin/machine = unknown | ||
/usr/bin/oslevel = unknown | ||
/bin/universe = unknown | ||
|
@@ -79,17 +79,17 @@ configure:2020: g++ -qversion >&5 | |
clang: error: no input files | ||
configure:2031: $? = 1 | ||
configure:2051: checking whether the C++ compiler works | ||
configure:2073: g++ conftest.cpp >&5 | ||
configure:2073: g++ -L/opt/local/lib conftest.cpp >&5 | ||
configure:2077: $? = 0 | ||
configure:2125: result: yes | ||
configure:2128: checking for C++ compiler default output file name | ||
configure:2130: result: a.out | ||
configure:2136: checking for suffix of executables | ||
configure:2143: g++ -o conftest conftest.cpp >&5 | ||
configure:2143: g++ -o conftest -L/opt/local/lib conftest.cpp >&5 | ||
configure:2147: $? = 0 | ||
configure:2169: result: | ||
configure:2191: checking whether we are cross compiling | ||
configure:2199: g++ -o conftest conftest.cpp >&5 | ||
configure:2199: g++ -o conftest -L/opt/local/lib conftest.cpp >&5 | ||
configure:2203: $? = 0 | ||
configure:2210: ./conftest | ||
configure:2214: $? = 0 | ||
|
@@ -185,11 +185,11 @@ configure:3872: result: yes | |
configure:3891: checking dependency style of gcc | ||
configure:4002: result: gcc3 | ||
configure:4018: checking for gzopen in -lz | ||
configure:4043: gcc -o conftest -g -O2 conftest.c -lz >&5 | ||
configure:4043: gcc -o conftest -g -O2 -L/opt/local/lib conftest.c -lz >&5 | ||
configure:4043: $? = 0 | ||
configure:4052: result: yes | ||
configure:4065: checking for cos in -lm | ||
configure:4090: gcc -o conftest -g -O2 conftest.c -lm -lz >&5 | ||
configure:4090: gcc -o conftest -g -O2 -L/opt/local/lib conftest.c -lm -lz >&5 | ||
conftest.c:19:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration] | ||
char cos (); | ||
^ | ||
|
@@ -198,40 +198,20 @@ conftest.c:19:6: note: 'cos' is a builtin with type 'double (double)' | |
configure:4090: $? = 0 | ||
configure:4099: result: yes | ||
configure:4110: checking for cblas_dgemm in -lgslcblas | ||
configure:4135: gcc -o conftest -g -O2 conftest.c -lgslcblas -lm -lz >&5 | ||
ld: library not found for -lgslcblas | ||
clang: error: linker command failed with exit code 1 (use -v to see invocation) | ||
configure:4135: $? = 1 | ||
configure: failed program was: | ||
| /* confdefs.h */ | ||
| #define PACKAGE_NAME "fgwas" | ||
| #define PACKAGE_TARNAME "fgwas" | ||
| #define PACKAGE_VERSION "0.03" | ||
| #define PACKAGE_STRING "fgwas 0.03" | ||
| #define PACKAGE_BUGREPORT "[email protected]" | ||
| #define PACKAGE_URL "http://gwas.googlecode.com/" | ||
| #define PACKAGE "fgwas" | ||
| #define VERSION "0.03" | ||
| #define HAVE_LIBZ 1 | ||
| #define HAVE_LIBM 1 | ||
| /* end confdefs.h. */ | ||
| | ||
| /* Override any GCC internal prototype to avoid an error. | ||
| Use char because int might match the return type of a GCC | ||
| builtin and then its argument prototype would still apply. */ | ||
| #ifdef __cplusplus | ||
| extern "C" | ||
| #endif | ||
| char cblas_dgemm (); | ||
| int | ||
| main () | ||
| { | ||
| return cblas_dgemm (); | ||
| ; | ||
| return 0; | ||
| } | ||
configure:4144: result: no | ||
configure:4154: error: could not find GSL BLAS | ||
configure:4135: gcc -o conftest -g -O2 -L/opt/local/lib conftest.c -lgslcblas -lm -lz >&5 | ||
configure:4135: $? = 0 | ||
configure:4144: result: yes | ||
configure:4157: checking for gsl_blas_dgemm in -lgsl | ||
configure:4182: gcc -o conftest -g -O2 -L/opt/local/lib conftest.c -lgsl -lgslcblas -lm -lz >&5 | ||
configure:4182: $? = 0 | ||
configure:4191: result: yes | ||
configure:4292: checking for boostlib >= 1.42 | ||
configure:4361: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5 | ||
configure:4361: $? = 0 | ||
configure:4363: result: yes | ||
configure:4621: checking that generated files are newer than configure | ||
configure:4627: result: done | ||
configure:4654: creating ./config.status | ||
|
||
## ---------------- ## | ||
## Cache variables. ## | ||
|
@@ -251,8 +231,8 @@ ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | ||
ac_cv_env_CXX_set= | ||
ac_cv_env_CXX_value= | ||
ac_cv_env_LDFLAGS_set= | ||
ac_cv_env_LDFLAGS_value= | ||
ac_cv_env_LDFLAGS_set=set | ||
ac_cv_env_LDFLAGS_value=-L/opt/local/lib | ||
ac_cv_env_LIBS_set= | ||
ac_cv_env_LIBS_value= | ||
ac_cv_env_build_alias_set= | ||
|
@@ -261,7 +241,8 @@ 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_lib_gslcblas_cblas_dgemm=no | ||
ac_cv_lib_gsl_gsl_blas_dgemm=yes | ||
ac_cv_lib_gslcblas_cblas_dgemm=yes | ||
ac_cv_lib_m_cos=yes | ||
ac_cv_lib_z_gzopen=yes | ||
ac_cv_objext=o | ||
|
@@ -296,17 +277,17 @@ AUTOCONF='${SHELL} /Users/jkpickrell/Documents/workspace/GWAS/missing autoconf' | |
AUTOHEADER='${SHELL} /Users/jkpickrell/Documents/workspace/GWAS/missing autoheader' | ||
AUTOMAKE='${SHELL} /Users/jkpickrell/Documents/workspace/GWAS/missing automake-1.14' | ||
AWK='awk' | ||
BOOST_CPPFLAGS='' | ||
BOOST_LDFLAGS='' | ||
BOOST_CPPFLAGS='-I/opt/local/include' | ||
BOOST_LDFLAGS='-L/opt/local/lib' | ||
CC='gcc' | ||
CCDEPMODE='depmode=gcc3' | ||
CFLAGS='-g -O2' | ||
CPPFLAGS='' | ||
CPPFLAGS=' -I/opt/local/include' | ||
CXX='g++' | ||
CXXDEPMODE='depmode=gcc3' | ||
CXXFLAGS='-g -O2' | ||
CYGPATH_W='echo' | ||
DEFS='' | ||
DEFS='-DHAVE_CONFIG_H' | ||
DEPDIR='.deps' | ||
ECHO_C='\c' | ||
ECHO_N='' | ||
|
@@ -316,9 +297,9 @@ INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | ||
INSTALL_SCRIPT='${INSTALL}' | ||
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | ||
LDFLAGS='' | ||
LDFLAGS='-L/opt/local/lib' | ||
LIBOBJS='' | ||
LIBS='-lm -lz ' | ||
LIBS='-lgsl -lgslcblas -lm -lz ' | ||
LTLIBOBJS='' | ||
MAKEINFO='${SHELL} /Users/jkpickrell/Documents/workspace/GWAS/missing makeinfo' | ||
MKDIR_P='./install-sh -c -d' | ||
|
@@ -338,7 +319,7 @@ VERSION='0.03' | |
ac_ct_CC='gcc' | ||
ac_ct_CXX='g++' | ||
am__EXEEXT_FALSE='' | ||
am__EXEEXT_TRUE='' | ||
am__EXEEXT_TRUE='#' | ||
am__fastdepCC_FALSE='#' | ||
am__fastdepCC_TRUE='' | ||
am__fastdepCXX_FALSE='#' | ||
|
@@ -356,7 +337,7 @@ datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | ||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | ||
dvidir='${docdir}' | ||
exec_prefix='NONE' | ||
exec_prefix='${prefix}' | ||
host_alias='' | ||
htmldir='${docdir}' | ||
includedir='${prefix}/include' | ||
|
@@ -370,7 +351,7 @@ mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | ||
oldincludedir='/usr/include' | ||
pdfdir='${docdir}' | ||
prefix='NONE' | ||
prefix='/usr/local' | ||
program_transform_name='s,x,x,' | ||
psdir='${docdir}' | ||
sbindir='${exec_prefix}/sbin' | ||
|
@@ -393,5 +374,47 @@ target_alias='' | |
#define VERSION "0.03" | ||
#define HAVE_LIBZ 1 | ||
#define HAVE_LIBM 1 | ||
#define HAVE_LIBGSLCBLAS 1 | ||
#define HAVE_LIBGSL 1 | ||
#define HAVE_BOOST /**/ | ||
|
||
configure: exit 1 | ||
configure: exit 0 | ||
|
||
## ---------------------- ## | ||
## Running config.status. ## | ||
## ---------------------- ## | ||
|
||
This file was extended by fgwas config.status 0.03, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
CONFIG_FILES = | ||
CONFIG_HEADERS = | ||
CONFIG_LINKS = | ||
CONFIG_COMMANDS = | ||
$ ./config.status | ||
|
||
on jkpickrell01 | ||
|
||
config.status:854: creating Makefile | ||
config.status:854: creating src/Makefile | ||
config.status:854: creating config.h | ||
config.status:1035: config.h is unchanged | ||
config.status:1083: executing depfiles commands | ||
|
||
## ---------------------- ## | ||
## Running config.status. ## | ||
## ---------------------- ## | ||
|
||
This file was extended by fgwas config.status 0.03, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
CONFIG_FILES = | ||
CONFIG_HEADERS = | ||
CONFIG_LINKS = | ||
CONFIG_COMMANDS = | ||
$ ./config.status config.h | ||
|
||
on jkpickrell01 | ||
|
||
config.status:854: creating config.h | ||
config.status:1035: config.h is unchanged |
This file contains 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
Oops, something went wrong.