Code Monkey home page Code Monkey logo

Comments (3)

hpwxf avatar hpwxf commented on June 6, 2024

At line 1102 of job ​​​​​​​https://travis-ci.org/MASCOTNUM/libKriging/jobs/556730283, we can see

c:/Rtools/mingw_64/bin/g++  -I"C:/PROGRA~1/R/R-36~1.0/include" -DNDEBUG -IC:/Users/travis/build/MASCOTNUM/libKriging/build/installed/include -I"C:/Users/travis/build/MASCOTNUM/libKriging/bindings/R/Rlibs/Rcpp/include" -I"C:/Users/travis/build/MASCOTNUM/libKriging/bindings/R/Rlibs/RcppArmadillo/include"     -std=c++11   -O2 -Wall  -mtune=generic -c test_binding2.cpp -o test_binding2.o
'c:/Rtools/mingw_64/bin/g++ ' -shared -s -static-libgcc -o C:/Users/travis/build/MASCOTNUM/libKriging/build/installed/lib/libKriging.dll C:/Users/travis/build/MASCOTNUM/libKriging/build/installed/lib/libKriging.def  -LC:/Users/travis/build/MASCOTNUM/libKriging/build/installed/lib -lKriging -larmadillo C:/Users/travis/Miniconda3/Library/lib/openblas.lib    -L"C:/PROGRA~1/R/R-36~1.0/bin/x64" -lR 

'g++ ' (with space) seems to be used as a linker not as a compiler.

from libkriging.

hpwxf avatar hpwxf commented on June 6, 2024

NB: setting SHLIB_LD to $(CXX) in Makevars.in does not change anything.

from libkriging.

hpwxf avatar hpwxf commented on June 6, 2024

It now seems to be ok in v0.5.1

from libkriging.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.