c++ g++ compat linux

  1. gimonchik

    problem with building cppcms

    After building cppcms, all the examples started to produce segmentation fault Program received signal SIGABRT, Aborted. Sent by thr_kill() from pid 16011 and user 1001. thr_kill () at thr_kill.S:4 warning: 4 thr_kill.S: No such file or directory Here's what gdb trowes I've tried different...
  2. 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...
  3. 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