« Return to Thread: apcupsd-3.13.8 on Darwin with GCC 4.0.1 - Error during make, make install

Re: apcupsd-3.13.8 on Darwin with GCC 4.0.1 - Error during make, make install

by Adam Kropelin :: Rate this Message:

Reply to Author | View in Thread

JollyRoger wrote:
> AHA!!  Thank you Adam! Yes, indeed I do have alias make='make -j 4'
> in my ~/.alias on this machine!  I did that some time ago thinking it
> would help speed up compiles.  I didn't think it would actually cause
> something like this to happen though.  In fact I've compiled tons of
> open source stuff on this machine and haven't ever run into this
> problem.  So just out of curiosity, why is this a problem for
> apcupsd, and not other open source projects?

Writing Makefiles that are parallel-safe takes some effort and since
apcupsd is so small we've never taken the time to do it. However, I
should look into putting .NOTPARALLEL targets in the Makefiles so make
will single-thread itself even if you specify -j.

--Adam


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Apcupsd-users mailing list
Apcupsd-users@...
https://lists.sourceforge.net/lists/listinfo/apcupsd-users

 « Return to Thread: apcupsd-3.13.8 on Darwin with GCC 4.0.1 - Error during make, make install