c++ g++ compat linux

  1. F

    C c/c++ libraries in FreeBSD

    Hi, I am new in the FreeBSD world and I have simple questions to setup my developer environment. I am a C++ developer and I come from GNU/Linux -> Debian. So, mostly I used in my projects the shared libraries from the system. Example: when I want to use curl, I install curl like apt get...
  2. R

    Solved g++ weird behavior: why is g++ using linux compat mode ?

    Hello, I'm trying to build some code which is working fine when built using visual studio on windows and g++ on ubuntu 14.04. I'm trying to build the code on freebsd 11.1 using gnu g++, but I got some weird behavior I can't understand: it tries to build using linux compatibility !! Why ? If I...
Back
Top