What command should I use to compile FastCGI++ Code?
The documented command gives me several errors.
user@user:~/code$ g++ -o main.fcgi main.cpp pkg-config –libs –cflags fastcgi++
g++: error: pkg-config: No such file or directory
g++: error: –libs: No such file or directory
g++: error: –cflags: No such file or directory
g++: error: fastcgi++: No such file or directory
You need backticks for you pkg-config command
In my system, this command is interpreted as