Hello
I would like to install Android SDK but I have problem with ./configure
I looked for my PATH with echo $PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin
/usr/bin:/sbin:/bin:/usr/games:/bin:/usr/local/bin
/usr/bin/make:/usr/bin/install

What else should I do to install one package?
(I know cd ./name_folder, ls to see my package and after ./configure, make and make install but I cannot run ./configure..
I did sudo apt-get install build-essential and I saw build-essential is already the newest version.
I did sudo aptitude update and sudo aptitude install openssh-client openssh-server but nothing..

can someone help me ?

Thanks in advance

Recommended Answers

All 2 Replies

This might be a long shot, but try:

. configure

instead of

./configure

I had a similar hiccup with a recent version of Ubuntu

commented: very kind and helpful +0

Thank you so much! :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.