Linux: impossible to link rars on Linux, "-lg++"
is missing.
Version | 0.72 |
Solved in | 0.73c |
File | makefile |
Owner | Marc Gueury |
Platform | Linux Only |
Impact on cars | NONE |
Impact on portability | NONE |
Description:
In the makefile
CC =gcc
Due to a silly bug in recent versions of GCC, GCC does not link
anymore C++. So, the link gives problems.
Solution
All occurences of CC are replaced by CXX in the makefile.
The old version of the makefile is still there and renamed:
makefile.gcc