From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 4 May 1996 13:01:48 -0400 From: Min Huang mhuang@CS.Cornell.EDU Subject: unix -lm Topicbox-Message-UUID: 45f19472-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960504170148.vgkj749wGDmAHNaH4fvjrxrTUDtPrk7yxMnOfKSS9TQ@z> I try to do the following: pcc filename.c -lmath the compiler tell me that it can not find the library file. Could you please tell me how to do it using "pcc". Thank you very much