I keep getting these  errors for owfs 2.7p14 on Ubuntu 8.10 (32bit) and 
I  am not sure why.  I followed the steps in this e-mail, I followed the 
steps on the owfs installation page and I copied libtool to the owfs 
directory?  This happened in p12 also.

make[4]: Entering directory `/home/wgb/downloads/owfs14/module/owlib/src/c'
/bin/bash ../../../../libtool --tag=CC   --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I../../../../src/include    -I../include 
-fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual 
-Wcast-align -Wstrict-prototypes -Wredundant-decls -D__EXTENSIONS__ 
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 
-D_ISOC99_SOURCE=1 -pthread   -g -O2 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 
-D_ISOC99_SOURCE=1 -MT ow_dl.lo -MD -MP -MF .deps/ow_dl.Tpo -c -o 
ow_dl.lo ow_dl.c
../../../../libtool: line 833: X--tag=CC: command not found
../../../../libtool: line 866: libtool: ignoring unknown tag : command 
not found
../../../../libtool: line 833: X--mode=compile: command not found
../../../../libtool: line 1000: *** Warning: inferring the mode of 
operation is deprecated.: command not found
../../../../libtool: line 1001: *** Future versions of Libtool will 
require --mode=MODE be specified.: command not found
../../../../libtool: line 1144: Xgcc: command not found
../../../../libtool: line 1144: X-DHAVE_CONFIG_H: command not found
../../../../libtool: line 1144: X-I.: command not found
../../../../libtool: line 1144: X-I../../../../src/include: No such file 
or directory
../../../../libtool: line 1144: X-I../include: No such file or directory
../../../../libtool: line 1144: X-fexceptions: command not found
../../../../libtool: line 1144: X-Wall: command not found
../../../../libtool: line 1144: X-W: command not found
../../../../libtool: line 1144: X-Wundef: command not found
../../../../libtool: line 1144: X-Wshadow: command not found
../../../../libtool: line 1144: X-Wpointer-arith: command not found
../../../../libtool: line 1144: X-Wcast-qual: command not found
../../../../libtool: line 1144: X-Wcast-align: command not found
../../../../libtool: line 1144: X-Wstrict-prototypes: command not found
../../../../libtool: line 1144: X-Wredundant-decls: command not found
../../../../libtool: line 1144: X-D__EXTENSIONS__: command not found
../../../../libtool: line 1144: X-D_FILE_OFFSET_BITS=64: command not found
../../../../libtool: line 1144: X-D_XOPEN_SOURCE=500: command not found
../../../../libtool: line 1144: X-D_BSD_SOURCE=1: command not found
../../../../libtool: line 1144: X-D_ISOC99_SOURCE=1: command not found
../../../../libtool: line 1144: X-pthread: command not found
../../../../libtool: line 1144: X-g: command not found
../../../../libtool: line 1144: X-O2: command not found
../../../../libtool: line 1144: X-D_XOPEN_SOURCE=500: command not found
../../../../libtool: line 1144: X-D_BSD_SOURCE=1: command not found
../../../../libtool: line 1144: X-D_ISOC99_SOURCE=1: command not found
../../../../libtool: line 1144: X-MT: command not found
../../../../libtool: line 1144: Xow_dl.lo: command not found
../../../../libtool: line 1144: X-MD: command not found
../../../../libtool: line 1144: X-MP: command not found
../../../../libtool: line 1144: X-MF: command not found
../../../../libtool: line 1144: X.deps/ow_dl.Tpo: No such file or directory
../../../../libtool: line 1144: X-c: command not found
../../../../libtool: line 1197: Xow_dl.lo: command not found
../../../../libtool: line 1202: libtool: compile: cannot determine name 
of library object from `': command not found
make[4]: *** [ow_dl.lo] Error 1
make[4]: Leaving directory `/home/wgb/downloads/owfs14/module/owlib/src/c'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/wgb/downloads/owfs14/module/owlib/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/wgb/downloads/owfs14/module/owlib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wgb/downloads/owfs14/module'
make: *** [all-recursive] Error 1

Paul Alfille wrote:
> My hard disk crashed solid. Ouch. So I set up Ubuntu 8.04 (64-bit)
>
> Here's the steps for OWFS.
>
> Basic ubuntu install and added lots of fluff.
>
> Then for OWFS ---
>
> sudo apt-get install cvs
>
> sudo apt-get install autoconf
> sudo apt-get install automake
> sudo apt-get install libtool
>
> # For filesystem (FUSE)
> sudo apt-get install libfuse-dev
>
> # For USB support
> sudo apt-get install libusb-dev
> sudo apt-get install libusb++-dev
>
> # For languages
> sudo apt-get install swig
> sudo apt-get install php5
> sudo apt-get install php5-dev
> sudo apt-get install python-dev
> sudo apt-get install libperl-dev
> sudo apt-get install tcl-dev
>
> cvs -d:pserver:anonym...@owfs.cvs.sourceforge.net:/cvsroot/owfs login
> #   (no password)
> cvs -d:pserver:anonym...@owfs.cvs.sourceforge.net:/cvsroot/owfs co owfs
>
> cd owfs
> ./bootstrap
> ./configure
> make
> sudo make install
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>   


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to