Home > Enterprise >  TUXEDO how to compile the server
TUXEDO how to compile the server

Time:09-18

I wrote a c file myServer. C as a server, and then it cites a cJSON to parse json,
With buildserver commands to compile the service side, should use what commands to compile,
I use the buildserver -o myServer - f myServer. Compiled c - s TEST, you will be prompted undefined reference to ` cJSON_Parse ',
Then I convert buildserver -o myServer - f myServer. C - f cJSON. C - s TEST, you will be prompted cJSON. C: (. Text + 0 x48f) : undefined reference to '` pow,
What command to compile the server

CodePudding user response:

Modelled on the GCC command, behind added - lm also not line, buildserver -o myServer - f myServer. C - f cJSON. C - s TEST - lm this also not line

CodePudding user response:

Excuse me, would you please tell me how do you write this server is, I now need to set up an own server test, a bit confused
  • Related