On Thu, May 15, 2008 at 09:06:07PM +0300, Pekka Pessi wrote: > Here are a few patches to autoconf solving --with-static-libs > problems and a couple of gotchas. > > Looks like static libcurl is broken on Ubuntu (I'm using > libcurl4-openssl-dev_7.18.0-1ubuntu2). Perhaps its broken on > Windows, too?
Applied. Thanks! > Thu May 15 16:17:00 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> > * Not using awk in configure.ac > > Plain sed does not grok +, use xx* instead of x+ > > Thu May 15 18:09:32 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> > * Zapped bash-ism from configure.ac. What do you think of just switching to bash for configure? This particular change seems unproblematic, but requiring bash to compile darcs doesn't seem *too* onerous, and might make it easier to ensure a portable configure script. > Thu May 15 20:54:14 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> > * Fixed problems with --with-static-libs > > When linking statically, the libraries must be listed last. > > Using LIBS/OPTLLIBS to collect libraries. Looks reasonable, although I would have no idea how to link statically, myself... but at least I don't see how your change could do any harm. David _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
