From: Adam R. <Ad...@Kn...> - 2003-03-08 04:54:08
|
Fred wrote: > I did a bunch of cleanup on the C Microserver last night, mostly=20 > fixing messed up indentation and cosmetic hooey like that, but also=20 > some autoconf/build stuff such as not forcing the native compiler on=20 > Solaris (you should be able to set CC to whatever compiler you want now). Thanks Fred!! > Holler if I broke something. Not that I saw... But... > Adam, if you still can't build on Linux, send me the error. > It should work. It still doesn't work for me on Linux... adam@oyster:~/sandbox/mod_pubsub/c_pubsub/libkn$ ./configure=20 loading cache ./config.cache checking whether make sets ${MAKE}... yes checking host system type... configure: error: can not guess host type; you must specify one adam@oyster:~/sandbox/mod_pubsub/c_pubsub/libkn$ Can I buy a clue? ;) > Subject: js_compress.sh breaks > You shouldn't reply on a non-standard program like nl, or should at=20 > least document that it's needed in INSTALL, or notice it's missing and > symlink pubsub.js to pubsub_raw.js. Ok, from now on when we build a tarball we will run make first to include the compressed pubsub.js with the release. The man page claims nl is from the gnu textutils. What system doesn't ship with it? It should be easy to install on any system it's not a standard part of, right? Adam |