John Ellson <[email protected]> wrote: > On 05/20/2011 01:00 PM, Joerg Schilling wrote: > > John Ellson <[email protected]> wrote: > > > >> I'm having a hard time getting graphviz-2.28 to build on current9s. > >> > >> The latest problem is with installed perl headers, outside of my ability > >> to fix: > >> > >> CXX libgv_perl_la-gv_perl.lo > >> CC: Warning: Option -xnorunpath passed to ld, if ld is invoked, > >> ignored otherwise > > Are you compiling C++? > > > > Jörg > > > > Oh! yes, thats right. I'm compiling against a swig generated wrapper > of a thin C++ layer. > > ./configure is finding: > > CXX='/opt/SUNWspro/bin/CC'
Well, CC does not support -xnorunpath and the build system of your software should know this if it supports Sunpro C. Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
