patbuntu
July 18th, 2006, 05:30 PM
Hi,
I'm trying to follow this (http://ubuntuforums.org/showthread.php?t=211810&highlight=nokia+usb) guide to get my phone working over usb with ubuntu.
$ mkdir ~/usbobex
$ cd openobex
$ ./bootstrap
$ ./configure --prefix=$HOME/usbobex --enable-apps
$ make
$ make install
./bootstrap gives me the following error:
bash: ./bootstrap: No such file or directory
I've got build-essential installed and I've not really had any problems compiling anything so far, apart from schoolboy errors or not following instructions properly ;)
If I ignore this command and configure->make->install everything seems ok. I get path / environment problems when installing obexftp later in the guide, which I think may be something to do with this though.
So I suppose my question is what is ./bootstrap used for and when should it be used. Also, what package should I have installed that I don't have?
Thanks for any help...
-Pat
I'm trying to follow this (http://ubuntuforums.org/showthread.php?t=211810&highlight=nokia+usb) guide to get my phone working over usb with ubuntu.
$ mkdir ~/usbobex
$ cd openobex
$ ./bootstrap
$ ./configure --prefix=$HOME/usbobex --enable-apps
$ make
$ make install
./bootstrap gives me the following error:
bash: ./bootstrap: No such file or directory
I've got build-essential installed and I've not really had any problems compiling anything so far, apart from schoolboy errors or not following instructions properly ;)
If I ignore this command and configure->make->install everything seems ok. I get path / environment problems when installing obexftp later in the guide, which I think may be something to do with this though.
So I suppose my question is what is ./bootstrap used for and when should it be used. Also, what package should I have installed that I don't have?
Thanks for any help...
-Pat