bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool not parallizable


From: David Kaelbling
Subject: libtool not parallizable
Date: Thu, 07 Feb 2002 15:26:46 -0500

I've had a number of troubles recently with libtool producing spurious
error messages during parallel builds because it uses "mkdir" to try to
create .libs and other directories.  If two sub-makes tries this
simulataneously from different CPUs (gmake defaults to 4-way builds)
mkdir will fail with a message like

        UX:mkdir: ERROR: Cannot create directory

Not pretty.  If ltmain.sh just used "mkdir -p" instead of "mkdir"
everything would work.  (At least on IRIX :-)

        David

-- 
David KAELBLING <address@hidden>            Silicon Graphics Computer Systems
1 Cabot Rd, suite 250; Hudson, MA 01749     781.839.2157, fax ...2357



reply via email to

[Prev in Thread] Current Thread [Next in Thread]