[Gambas-devel] create component

Laurent Carlier lordheavy at ...141...
Mon Dec 27 22:29:41 CET 2004


Le Lundi 27 Décembre 2004 22:07, Frank Berg a écrit :
_____________
>
> now i seach the lib.gb.so and found it in
> $ROOT/src/exec/.libs/lib.gb.so            (as link)
> $ROOT/src/exec/.libs/lib.gb.so.0         (as link)
> $ROOT/src/exec/.libs/lib.gb.so.000     (as bin)
>
> after copying the 3 files to /opt/gambas/lib/gambas
> the output from gbi -a are OK..
>
> ________
>
> now i was copy my ax25 stuff
> make an ./reconf, ./configure, make,  make install, gbi -a
> alls seems to be OK,  but my ax25 component is not there
> and my ax25 function is not avaibled
>
>
> my question is still the same:
> wat is wrong in my component so that i not can use its functions and
> procedures in gambas..
>
> frank
>

Perhaps the Makefile.am of inside the ax25 is wrong

on my sdl component i've got

install-exec-local:
 @cp -f *.component $(pkglibdir)

instead of your

install-exec-local:
 @cp -f *.component $(DESTDIR)$(pkglibdir)

Regards,

-- 

Laurent Carlier




More information about the Devel mailing list