Hello all -

Ok, some more info is gathered.

Sh is bash - I checked - I'm glad that at least I knew how to do that.

I thought I may have figured it out in that I created a directory /OWFS/ not
/owfs/, I didn't know if the caps in the sub name would make a difference,
but it doesn't appear so. One thing, I've got some QNX experience but not
Linux, the /owfs/ directory is at the root of the drive, not at /root/owfs/,
I'm not used to a "/root/" directory, so I'm not sure if the directory
location would make a difference.

Here's what I get when doing the bootstrap (cut & pasted from terminal
window):

[EMAIL PROTECTED]:/owfs# sh ./bootstrap
: command not found:
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of
XMMS_TEST_VERSION
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of
AM_PATH_XMMS
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of
AC_PILOT_LINK_HOOK
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of
AM_PATH_NSPR
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of
AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of
AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of
AM_PATH_GDK_PIXBUF
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of
AM_PATH_AUDIOFILE
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of
AM_PATH_AALIB
Run './configure' and 'make' to build owfs
[EMAIL PROTECTED]:/owfs#

 
Here's the results from configure:

[EMAIL PROTECTED]:/owfs# sh ./configure
Configuring owfs-2.6p0
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
: command not foundnstall/missing: line 5:
: command not foundnstall/missing: line 10:
: command not foundnstall/missing: line 15:
: command not foundnstall/missing: line 20:
: command not foundnstall/missing: line 25:
'owfs/src/scripts/install/missing: line 41: syntax error near unexpected
token `in
'owfs/src/scripts/install/missing: line 41: `case "$1" in
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for test... /usr/bin/test
checking for rm... /usr/bin/rm
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... none
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for gawk... (cached) gawk
configure: error: cannot run /bin/sh src/scripts/install/config.sub
[EMAIL PROTECTED]:/owfs#


This is much more complete info than I've passed along so I'm hoping it'll
help you guys help me along. Thanks Gregg for letting me know about html
mail. 

Thanks in advance for anyone's help - it's always an adventure when you
delve into a new OS and you're on the beginning of the curve!!

Leland


Leland, [EMAIL PROTECTED]
Remember, if it ain't broke, you're not tryin'!!
The sooner you fall behind, the more time you will have to catch up
A common mistake people made when designing something completely foolproof
was to underestimate the ingenuity of complete fools 
 And remember: An amateur built the Ark. Titanic was built by professionals.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gregg
Levine
Sent: Sunday, February 04, 2007 4:18 PM
To: owfs-developers@lists.sourceforge.net
Subject: Re: [Owfs-developers] Newbie question

On 2/4/07, Leland Helgerson <[EMAIL PROTECTED]> wrote:
>
> Ok Paul -
>
> We're on the trail now. The last line from ./compile is an error:
> error: cannot run /bin/sh src/scripts/install/config.sub I looked, the 
> file is there and the path is correct.
>
> So, from /OWFS/ I entered: sh src/scripts/install/config.sub
>
> The result was a bunch of error lines.
>
> They were all like this" command not found: config.sub line 5"
> the line numbers were several (ie the "command not found" printed out 
> each time with these line numbers):
> line 5, 7, 26, 31, 39, 47, 54, 56, 69, 78, 81
>
> The last line was this:
> .. line 84  syntax error unexpected token "in case $1 in
>
> and that was it. I tried doing the command like this: sh 
> src/scripts/install/config.sub > results.txt but I can't get the 
> script's output to redirect into a text file to send you, I thought 
> that would work but doesn't.
>
> If there's additional testing I can do please send along - glad to 
> help to try to figure out (very likely) what I'm doing wrong.
>
>
> Off to the game party,
>
>
> Leland
>
> Leland, [EMAIL PROTECTED]
> Remember, if it ain't broke, you're not tryin'!!
> The sooner you fall behind, the more time you will have to catch up A 
> common mistake people made when designing something completely 
> foolproof was to underestimate the ingenuity of complete fools  And 
> remember: An amateur built the Ark. Titanic was built by professionals.
>
> ________________________________
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Paul Alfille
> Sent: Sunday, February 04, 2007 3:50 PM
> To: owfs-developers@lists.sourceforge.net
> Subject: Re: [Owfs-developers] Newbie question
>
>
>
>
> On 2/4/07, Leland Helgerson <[EMAIL PROTECTED]> wrote:
> >
> >
> > Oops, they were run like this:
> >
> > sh ./bootstrap
> > sh ./configure
> >
> > Does that affect the outcome?
> >
> Easy enough to test.
>
> After configure, are you presented with a nice table of selected 
> options and modules? Or errors?
>
> Paul Alfille
>
> ----------------------------------------------------------------------
> --- Using Tomcat but need to do more? Need to support web services, 
> security?
> Get stuff done quickly with pre-integrated technology to make your job 
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache 
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
> 42
>
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
Hello!
Try this, at a root prompt  for OWFS first activate script by typing script
<filename> where that's your captured output file name. Then launch confgure
by typing again at a root prompt ./configure with your favorite series of
settings outside of the defaults. And then please post the relevant portion
of that entire file.

I am using the exact same distribution as you except not with KDE and I've
found it works rather well.

Also please discontinue using HTML mail, it costs more to store it on the
archive, and Mailmain (The program used) does not like it.
--
Gregg C Levine [EMAIL PROTECTED]
"This signature was once found posting rude  messages in English in the
Moscow subway."

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to