From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 5 May 1996 14:11:22 -0400 From: Gary Capell gary@staff.cs.su.oz.au Subject: ioctl Topicbox-Message-UUID: 460d1f44-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960505181122.o3B2m6iQ95uZiV2NeNZg5F_wxJhWB3b_8PSan_3WWc4@z> 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.