Page MenuHome GnuPG

Parallel build failure
Closed, ResolvedPublic

Description

Release: 0.9.5

Environment

Linux (Fedora Core 1)

Description

make -j3 (though I have a UP box) of libksba often (not always) fails. Not clean for parallel compilations?

How To Repeat

./configure
make -j3

Fix

make -j1

Release Note

Fixed in CVS.

Event Timeline

I can duplicate that problem. Thanks.

Needed to use per-target flags to rename object used by for
the library and the build time helpers.

werner removed a project: Restricted Project.Apr 20 2005, 4:37 PM

Fixed in 0.9.11 released today