Messages in this thread |  | | From | "Adam J. Richter" <> | | Date | Thu, 16 Aug 2001 09:44:26 -0700 | | Subject | aic7xxx driver that does not need db library? |
| |
Currently, building Justin Gibbs's otherwise excellent aic7xxx driver requires the Berkeley DB library, because the aic7xxx assembler that is used in the build process uses db basically just to implement associative arrays in memory.
Unfortunately, I'm currently wrestling with db version problems because gnome evolution requires the GPL'ed Sleepycat db 3.x, so I want to keep db-1.85 around also, and this breaks the aicasm build. I am grateful to aicasm for exposing this problem in my Sleepycat and Berkeley db configuration, but looking at the aicasm sources makes me think that it would be easy enough to make aicasm not to use db, and that would be worth eliminating one more software dependency for building the Linux kernel. It also occurred to me that someone else may have already done this, so I ought to ask.
So, has anyone done this already? If not, I guess I'll take a whack at it.
Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104 adam@yggdrasil.com \ / San Jose, California 95129-1034 +1 408 261-6630 | g g d r a s i l United States of America fax +1 408 261-6631 "Free Software For The Rest Of Us." - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |