> Is this a parallel make, where there are multiple
> compilations going
> on at the same time? dmake, or GNU make with the -j
> option, or something
> like that?
> 
> Very often when we see ld cores that look like this,
> the cause is
> a sharable object that is simultaneously being linked
> itself, while
> being linked to by another process. The
> under-construction library
> gives the process linking against it inconsistent
> data, leading to a
> linker crash. If this is the case, the cure is to add
> the necessary
> dependencies to the makefile.

This *is* a parallel build, and we have had problems in the past with missing 
dependencies so I'll take a look.

Thanks for the follow-up.

Matt.
 
 
This message posted from opensolaris.org

Reply via email to