[Gambas-user] Cant decipher this one

Tobias Boege taboege at gmail.com
Mon May 11 15:10:46 CEST 2020


On Mon, 11 May 2020, Bruce wrote:
> make[2]: Entering directory '/home/share/gambasdevel/gb.gtk'
> make  all-recursive
> make[3]: Entering directory '/home/share/gambasdevel/gb.gtk'
> Making all in src
> make[4]: Entering directory '/home/share/gambasdevel/gb.gtk/src'
> Making all in .
> make[5]: Entering directory '/home/share/gambasdevel/gb.gtk/src'
>   CXXLD    gb.gtk.la
> /usr/bin/ld: cannot find -lrsvg-2
> collect2: error: ld returned 1 exit status
> make[5]: *** [Makefile:721: gb.gtk.la] Error 1
> make[5]: Leaving directory '/home/share/gambasdevel/gb.gtk/src'
> make[4]: *** [Makefile:1410: all-recursive] Error 1
> make[4]: Leaving directory '/home/share/gambasdevel/gb.gtk/src'
> make[3]: *** [Makefile:445: all-recursive] Error 1
> make[3]: Leaving directory '/home/share/gambasdevel/gb.gtk'
> make[2]: *** [Makefile:377: all] Error 2
> make[2]: Leaving directory '/home/share/gambasdevel/gb.gtk'
> make[1]: *** [Makefile:436: all-recursive] Error 1
> make[1]: Leaving directory '/home/share/gambasdevel'
> make: *** [Makefile:377: all] Error 2
> 
> 
> but 1) gtk should have been disabled from the prior ./configure * but
> 2) /usr/bin/ld: cannot find -lrsvg-2
> looks a bit weird ?
> 
> * ./configure --disable-sdl2 --disable-gtk2 -C --disable-gtk3
> 

Try --disable-gtk instead of --disable-gtk2 ;-)

Not finding -lrsvg-2 means that the rsvg-2 library isn't installed where
the linker can find it (but at the same time the configure stage didn't
complain -- maybe because it didn't test for it). Anyway, try dropping
the "2" if you just want to disable it altogether.

Regards,
Tobias

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk


More information about the User mailing list