Re: [Leaf-user] A small snippet of code for review

2001-07-09 Thread Charles Steinkuehler
> I apologize in advance for posting something that is probably more of > use in the developer's list, but I want the maximum eyeballs to look and > tell me a few things. > > First, can anyone tell me if this code depends on libraries that have > been removed from LEAF? I am running the pre-relea

RE: [Leaf-user] A small snippet of code for review

2001-07-09 Thread Tony
Thank you Charles for some feedback, Comments noted below <> > > To see which libraries you need, run: > > ldd sdmotor > The results are libc.so.6 and ld-linux.so.2 I assume with updated versions of these, it would work? I also assume, if I downgraded my install (see below) to 2.1, then I wou

Re: [Leaf-user] A small snippet of code for review

2001-07-10 Thread Charles Steinkuehler
> > To see which libraries you need, run: > > > > ldd sdmotor > > > > The results are libc.so.6 and ld-linux.so.2 > > I assume with updated versions of these, it would work? I also assume, > if I downgraded my install (see below) to 2.1, then I would be compiling > against compatible versions of

RE: [Leaf-user] A small snippet of code for review

2001-07-10 Thread Tony
er > Sent: Tuesday, July 10, 2001 09:45 > To: [EMAIL PROTECTED] > Subject: Re: [Leaf-user] A small snippet of code for review > > > > > To see which libraries you need, run: > > > > > > ldd sdmotor > > > > > > > The results are libc.so.6 a