<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">hello,everyone.<div>I want to invoke some third-party libraries to send and receive the message. But i don't know how to modify the makefile and how to include the</div><div><br></div><div>this is a example when using the library. </div><div>g++ -o normFileRecv normFileRecv.cpp -D_FILE_OFFSET_BITS=64 -I../common/ \</div><div>     -I../protolib/include -I../include/ ../lib/libnorm.a ../protolib/lib/libprotokit.a \</div><div>    -lpthread </div><div><br></div><div>the third-party libraries include libnorm.a, libprotokit.a, and lpthread. </div><div>and the include files are under the directory of common and protolib/include.</div><div><br></div><div>If i want to involve the API in the file: src\mpid\ch3\channels\nemesis\src\Ch3-istartmsg.c</div><div><br></div><div>how should i modify the makefile? </div><div>I am really appreciate your help.</div><div><br></div><div>Best Regards.</div><div><br></div></div>