From: Alumne FIB - OSCAR ROSELL MARTINEZ Newsgroups: comp.os.msdos.djgpp Subject: Problems running the compiler Date: Thu, 03 May 2001 11:05:47 +0200 Organization: Facultat =?iso-8859-1?Q?d=27Inform=E0tica?= de Barcelona Lines: 13 Message-ID: <3AF11F6A.C465C646@est.fib.upc.es> NNTP-Posting-Host: c6s302pc64.fib.upc.es Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: defalla.upc.es 988880753 5151 147.83.148.90 (3 May 2001 09:05:53 GMT) X-Complaints-To: newsmngr AT upc DOT es NNTP-Posting-Date: 3 May 2001 09:05:53 GMT X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en,es,ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I try to compile a C++ program and I get a lot of errors like this: c:/djgpp/lang/cxx/queue:37: stl_deque.h: acces denied c:/djgpp/lang/cxx/queue:38: warning: Header file /usr/local/include/stl_function.h exists, but is not readable c:/djgpp/lang/cxx/queue:38:warning: Header file /usr/local/go32/include/stl_function.h exists, but is not readable ... Anybody can tell me what is happening? Thanks.