[Gambas-user] Help needed with installing Gambas 3.5.35
Tobias Boege
taboege at ...626...
Sun Jun 15 11:35:57 CEST 2014
On Sun, 15 Jun 2014, bill-lancaster wrote:
> This is what I have done so far:-
> 1 Download latest gambas version
> 2 In terminal CD to install directory
> 3 run ./reconf-all
> 4 run ./configure -C
> so far everything seems OK
> 5 run make - two error reported. Hers is the result:-
> [...]
> `/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/image.effect'
> CXX gb_image_effect_la-main.lo
> ../../libtool: line 1128: g++: command not found
> make[5]: *** [gb_image_effect_la-main.lo] Error 1
> [...]
>
Indicates that there is no C++ compiler found on your system. Do you have
g++ installed in a location that is covered by your PATH?
Regards,
Tobi
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list