vertica / r-dataconnector

Distributed Data Connector R package
Other
7 stars 3 forks source link

Install fails with "linker command failed" error #9

Open RoyalTS opened 7 years ago

RoyalTS commented 7 years ago

Following the install instructions yields the following error:

Undefined symbols for architecture i386:
  "_main", referenced from:
     implicit entry/start for main executable
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[5]: *** [link_app.darwin] Error 1
make[4]: *** [openssl] Error 2
make[3]: *** [build_apps] Error 1
cp: the -H, -L, and -P options may not be specified with the -r option.
make[2]: *** [/Users/tobiasschmidt/repos/r-dataconnector/dataconnector/src/    distributed-data-connector/ddc/third-party/install/lib/libssl.a] Error 1
make[1]: *** [third-party] Error 2
make: *** [bootstrap] Error 2
ERROR: compilation failed for package ‘dataconnector’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/dataconnector’

sessionInfo()

R version 3.3.2 (2016-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: macOS Sierra 10.12.3

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] tools_3.3.2
jgolinkoff commented 6 years ago

I am experiencing the same error.