I think your compilation/link errors are most likely caused by your configure failures. Please try a command like this instead:
CC=gcc CXX=g++ ./configure Possibly relevant thread that discusses a similar problem: http://svn.haxx.se/dev/archive-2002-07/0210.shtml -- Mark Smith Pearl Crescent http://pearlcrescent.com/ Stephen wrote: > Hi, > > I am trying to configure and build the following version of the mozilla ldap > c-sdk: > > mozldap-6.0.5 > > on Solaris: > > SunOs <hostname> 5.10 Generic_118833-17 sun4u sparc SUNW,Sun-Fire-V440 > > I have managed to compile without error the NSS with NSPR. > > ************************************************************************************************* > First of all when I try to configure the c-sdk with the following conmmand: > > ./configure --with-nss=/staffware/installs/mozilla_ldap/nss-3.11.7 CXX=g++ > > i get the following: > > configure: warning: CXX=g++: invalid host type > creating cache ./config.cache > checking host system type... Invalid configuration `CXX=g++': machine > `CXX=g++' not recognized > checking target system type... Invalid configuration `CXX=g++': machine > `CXX=g++' not recognized > checking build system type... Invalid configuration `CXX=g++': machine > `CXX=g++' not recognized > > this is also true if I do: > > CC=gcc > > here is my env snippet: > ... _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
