On Tue, 15 Dec 2009, Angel Pais wrote: Hi,
> Now I have compiled a new version of harbour under UBUNTU, I'm tryng > to compile Mindaugas's uhttpd2 server and I'm getting this errors: > >/usr/lib/libgttrm.a(gttrm.o): In function `hb_gt_trm_mouse_Hide': > >gttrm.c:(.text+0x16e): undefined reference to `gpm_visiblepointer' > >/usr/lib/libgttrm.a(gttrm.o): In function `hb_gt_trm_mouse_Show': > >gttrm.c:(.text+0x4c3): undefined reference to `gpm_zerobased' > >gttrm.c:(.text+0x4c8): undefined reference to `_gpm_arg' > >gttrm.c:(.text+0x4ce): undefined reference to `_gpm_buf' > >gttrm.c:(.text+0x4d5): undefined reference to `gpm_visiblepointer' > >gttrm.c:(.text+0x503): undefined reference to `gpm_consolefd' > >gttrm.c:(.text+0x50b): undefined reference to `_gpm_buf' [...] > Can anyone tell me what I'm missing ? Harbour was compiled with support for GPM but HBMK2 you are using does not know about it and does not add automatically -lgpm to linked library list. Just add it manually at command line. It should help. There is question why information about gpm was not stored in hbmk.cfg Have you edited or replaced this file? best regards, Przemek _______________________________________________ Harbour-users mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour-users
