delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <19991012141004.26500.rocketmail@web116.yahoomail.com> |
Date: | Tue, 12 Oct 1999 07:10:04 -0700 (PDT) |
From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
Reply-To: | earnie_boyd AT yahoo DOT com |
Subject: | Re: Re[2]: HELP!!!! |
To: | FallenAngel <666FallenAngel AT gmx DOT net> |
Cc: | cygwin users <cygwin AT sourceware DOT cygnus DOT com> |
MIME-Version: | 1.0 |
--- FallenAngel <666FallenAngel AT gmx DOT net> wrote: > Hello Earnie, > > Tuesday, October 12, 1999, 2:16:51 PM, you wrote: > > EB> Also, try removing the spaces within the angle brackets. I.E. write it > as > EB> #include <stdio.h> instead of #include < stdio.h >. > > thanks! that worked! -but why? > i'm using a c/c++ tutorial and there it's " < stdio.h > I've never seen it with spaces. Most of us are lazy and avoid unneeded characters. I don't know what the ANSI specifications are to know if this is a bug or not. > > in advance: > how can i set the directory which is searched for libs by gcc? You can find the man/info pages for gcc online at http://www.fsf.org I believe. The answer to this specific question is -L/path/to/lib and for include files -I/path/to/include.h. You use -lmylib to specify which library to use and the name of the library is in the form of libmylib.a. I've copied the list on this for the benefit of archiving. ===== Earnie Boyd <mailto:earnie_boyd AT yahoo DOT com> Newbies, please visit <http://www.freeyellow.com/members5/gw32/index.html> (If you respond to the list, then please don't cc me) __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |