Juan Matias Olmos <colonizare <at> yahoo.com.ar> writes: > > I'm a newbi, and this is my first try. Just download gambas3-2.99.0.tar.bz2 y > get this: > > ~/Gambas 3/gambas3-2.99.0 $ ./reconf-all > ./reconf-all: 7: libtoolize: not found > ./reconf-all: 8: autoreconf: not found > > it's needed to be installed gambas 2? > > my system: notebook dell with linux mint 10 > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d >
If you're running Ubuntu Linux (me: 10.04), try to install libtool and autoconf, so in command line write: sudo apt-get install libtool autoreconf [ENTER] then you can install gambas3 like it is written on the page http://gambas.sourceforge.net/en/main.html ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
