Excerpts from Kapoor, Nitin's message of Mon Apr 11 09:21:31 -0400 2011: Hi Nitin,
> So for example I am trying to compile xerces, xqilla, or Google protobuf > etc... etc... > Step that I took to build were: > MY LD_LIBRARY_PATH is set to /opt/csw/gcc4/lib You shouldn't need to set this variable and it may be the cause of your issue. Pass -L /opt/csw/gcc4/lib and -R /opt/csw/gcc4/lib if gcc isn't adding the required paths itself. This may not be the whole story, but it won't be helping you. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
