Return-Path: william@bourbon.usc.edu Delivery-Date: Thu Sep 4 16:22:14 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id m84NMEPb028484 for ; Thu, 4 Sep 2008 16:22:14 -0700 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id m84NKKY4015017 for ; Thu, 4 Sep 2008 16:20:20 -0700 Message-Id: <200809042320.m84NKKY4015017@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: 551 doubt Date: Thu, 04 Sep 2008 16:20:20 -0700 From: Bill Cheng Someone wrote: > Whenever i complie i get the following message. > > g++ -g -Wall -c server.cc -lnsl -lsocket -lresolv \ > -I/home/scf-22/csci551b/openssl/include > cc1plus: error: /home/scf-22/csci551b/openssl/include: Permission denied > > I am not able to compile . Oops! Sorry! I accidentically changed the protection of one of the directories. It should be working now. -- Bill Cheng // bill.cheng@usc.edu