On Fri, 7 May 2004, Christian Gross wrote: > > The compile ran successfully, but the link returned with the error: > > g++: unrecognized option `-pthread' > ld: can't locate file for: -lc_r > make: *** [XMail] Error 1 > Process make exited with code 2 > > I am in the process of investigating the link problems. However, if > anybody has any hints, please tell me.
It should be -lpthread. And try to remove -lc_r. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
