Hi,
On Thu, 2006-05-11 at 21:29 +0200, Akos Balazs wrote:
> Hi all,
>
for the patch, I check once the cvs is back online.
> Another small issue: since I compile on a dualcore system, I figured I
> could save some time by running make as `make -j2 opt' etc., so that I
> compile two files at the same time. The compile ran fine, but the Window*
> libs (e.g. WindowGLUTLib) didn't link (and I think didn't compile
> completely either.) I had to manually enter
> `Builds/x86_64-unknown-linux-gnu-g++/WindowGLUTLib/' and call `make' from
> there, has anyone seen such behaviour before? Without the `-j2' switch it
> seems to compile/link everything correctly. Is it a dependency problem
> exposed by the parallel make, or am I missing something as usual? :)
for the -j part, could you try
setenv OSGSUBPARJOBS 2; make
this 'little documentent' option takes care that -j is only active
within one lib directory and not at the top level. It basically
resolves to calling something like
cd XXXLib; make -j2 opt; cd ..
using -j 2 on the top level directory might result in the problem you
see, my guess would be that the system lib is still building while
you start to build dependent stuff (WindowGLUTLib).
regards,
gerrit
--
It's Emergent[*], you see.
[*] [adj] A word favored by computer nerds; mandatory for DARPA research
applications; on recent evidence, a synonym for 'doomed'.
-------------------------------------------------------
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
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users