Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2022 18:53:48 +0200
From:      "Herbert J. Skuhra" <herbert@gojira.at>
To:        questions@freebsd.org
Subject:   Re: g++ on freebsd
Message-ID:  <YnAMnHxsKCVBT/Fj@mail.bsd4all.net>
In-Reply-To: <CAJ5UdcO=XE%2B6WoDXAmpJPoBKA2KdZSm8OecHx4b89s3Usr5PXQ@mail.gmail.com>
References:  <CAJ5UdcO=XE%2B6WoDXAmpJPoBKA2KdZSm8OecHx4b89s3Usr5PXQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 02, 2022 at 11:40:58AM -0500, Antonio Olivares wrote:
> I want to create 3d platonic solids using gnuplot. A source code can be found at
> 
> http://math.lbl.gov/voro++/download/
> 
> However, compilation fails with
> 
> olivares@coolermaster:~/tmp/kerTeX/Documents/voro++-0.4.6 $ make all
> make -C src
> g++  -Wall -ansi -pedantic -O3 -c cell.cc -o cell.o
> make[1]: exec(g++) failed (No such file or directory)
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/home/olivares/tmp/kerTeX/Documents/voro++-0.4.6/src
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/home/olivares/tmp/kerTeX/Documents/voro++-0.4.6
> olivares@coolermaster:~/tmp/kerTeX/Documents/voro++-0.4.6 $ gmake all
> gmake -C src
> gmake[1]: Entering directory
> '/usr/home/olivares/tmp/kerTeX/Documents/voro++-0.4.6/src'
> g++ -Wall -ansi -pedantic -O3 -c cell.cc
> gmake[1]: g++: No such file or directory
> gmake[1]: *** [Makefile:31: cell.o] Error 127
> gmake[1]: Leaving directory
> '/usr/home/olivares/tmp/kerTeX/Documents/voro++-0.4.6/src'
> gmake: *** [Makefile:14: all] Error 2
> 
> 
> How can I make it work with clang on FreeBSD?

Try 'gmake CXX=clang++' or modify config.mk.

-- 
Herbert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YnAMnHxsKCVBT/Fj>