
g++ -I sources/3rdParty/boost -I sources/3rdParty/local-config/linux/ g++ -Lsources/3rdParty/releases/linux/debug [works] g++ -I sources/3rdParty/boost -I sources/3rdParty/local-config/linux/ g++ -Lsources/3rdParty/releases/linux/release sources/3rdParty/releases/linux/release//libboost_regex.so: undefined reference to 'boost::re_detail::cpp_regex_traits_implementation<char>::isctype(char, unsigned) const'
collect2: ld returned 1 exit status
------------- The above command lines should be:
g++ -I sources/3rdParty/boost -I sources/3rdParty/local-config/linux/ -Lsources/3rdParty/releases/linux/debug -lboost_regex test.cpp [works] g++ -I sources/3rdParty/boost -I sources/3rdParty/local-config/linux/ -Lsources/3rdParty/releases/linux/release -lboost_regex test.cpp [gives above error]
Yitzhak Sapir CONFIDENTIALITY CAUTION This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail. Thank you for your cooperation.