Re: [leaf-devel] Docs

2006-07-06 Thread Mike Noyes
On Wed, 2006-07-05 at 17:51, Paul G Rogers wrote: > >I'm don't quite understanding your meaning. HTML is generated daily by > >doc-build.sh. Are you asking for a tarball? > > YES! Just tar up what's online and drop it where we can get it. Paul, Done. Enjoy. https://sourceforge.net/project/showf

Re: [leaf-devel] buildtool problems

2006-07-06 Thread Erich Titl
Hello following up to my compile problems with wlan-ng in 2.4.2 I believe I found the culprit for this version in linux-wlan-Configure.patch.gz +# Debian mod: Allow CC to be specified to set the compiler. +if [ -z "$CC" ]; then +CC=gcc +fi + + dump_str 'HOST_AS=$(HOST_COMPILE)as'linux

Re: [leaf-devel] buildtool problems

2006-07-06 Thread Eric Spakman
Hello Erich, I tought about the same, but the strange thing is that HOST_COMPILE is empty with the latest commit and $CC points to the crosscompiler (the 2.4.2 tag should be set to current HEAD). But I will take a look at it this evening. Erc > Hello > > > following up to my compile problems wit