Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] simple gcc question (slightly off topic perhaps)
- Date: Tue, 3 Mar 2009 19:55:29 +0900
- From: Bruno Raoult <braoult@example.com>
- Subject: Re: [tlug] simple gcc question (slightly off topic perhaps)
- References: <2000d7bd0903030211u3d87428bxa5e67288804c1750@mail.gmail.com>
On Tue, Mar 3, 2009 at 7:11 PM, Shawn Brown <big.coffee.lover@example.com> wrote:Are these equivalent (i.e. could the space make any difference)?
gcc -I$FANTOM_HOME/includes/
gcc -I $FANTOM_HOME/includes/
They should be the same, if $FANTOM_HOME does not contain fancy characters.
I suggest anyway to protect $FANTOM_HOME from special characters, with something like "$FANTOM_HOME" or ${FANTOM_HOME}.
Also, you may try to echo your gcc command after variable substitution, to double check that everything looks fine (just duplicate the gcc command, and add "echo" just before "gcc").
In all cases, giving us some error messages will surely not hurt :-)
br.
--
2 + 2 = 5, for very large values of 2.
- Follow-Ups:
- Re: [tlug] simple gcc question (slightly off topic perhaps)
- From: Ian Wells
- References:
- [tlug] simple gcc question (slightly off topic perhaps)
- From: Shawn Brown
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Open-source Japan
- Next by Date: Re: [tlug] simple gcc question (slightly off topic perhaps)
- Previous by thread: [tlug] simple gcc question (slightly off topic perhaps)
- Next by thread: Re: [tlug] simple gcc question (slightly off topic perhaps)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links