9fans archive / 1996 / 05 / 17 / prev next From: Gary Capell gary@sta... Subject: ioctl Date: Sun, 5 May 1996 14:11:22 -0400 Min Huang writes (again): >I tried to do the following: > pcc filename.c -lmath >in Plan9. > But the compiler told me that it can not find library file. >Could you please tell me how to do the same thing in Plan9? >Thank you very much Try pcc -P filename.c and _read_ the file produced. If there's anything you don't understand in the output, please _do_ hesitate to ask a question until you've read the relevant documentation.