> > Ben Taylor wrote: > > > > > pkgbuild: Undefined first > > referenced > > > pkgbuild: symbol in > file > > > pkgbuild: .CGB0.3612 > > > > ./glib/.libs/libglib-2.0.so > > > ../glib/.libs/libglib-2.0.so > hese two symbols, which are > > remaining unresolved at the time you build your > app. > >
> > Once I dialed off the optimizations and rebuilt > everything, it linked correctly. So this > is looking to me like an optimization bug: > > so removing -xjobs=2 -xO3 > -xprefetch_auto_type=indirect_array_access > -xalias=std > resulted in the libpcre.a library not having the > symbols listed above. just removing -xO3 -xprefetch_auto_type_indirect_array_access was enough to squash the symbols. I'll try to dial in a little more optimization to see if theres an opimization level I can use without invoking the bug. Ben -- This message posted from opensolaris.org
