% c++ -O2 -I/usr/local/include -Wall -c -o test.o test.cpp
% cc -L/usr/local/lib test.o -lPocoFoundation -o test
-Wall enables all compiler's warning messages. This option should always be used, in order to generate better code. In practice, the optimization level -O2 is needed to give good warnings...
برچسب: کامپایل در لینوکس,کامپایل برنامه در لینوکس,کامپایل لینوکس,کامپایل برنامه c در لینوکس,نحوه کامپایل برنامه در لینوکس,کامپایل c, در لینوکس,
نویسنده: هستی رستمیان