Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: "Daniel de Young"<ddeyoung@jps.net>
Reply-to: ddeyoung@jps.net
To: "Daniel de Young"<ddeyoung@jps.net>, cygwin@sourceware.cygnus.com
X-CC-Sender: ddeyoung@jps.net
Date: Wed, 20 Oct 1999 00:35:53 GMT
Subject: Re: newbie strikes again
X-Mailer: DMailWeb Web to Mail Gateway 2.3b, http://netwinsite.com/top_mail.htm
Message-id: <380d0e69.2b78.0@jps.net>
X-User-Info: 15.254.49.1
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

BTW here is my .bashrc

am I way off?

--------------------------

#path_statements

HOME=/home
PATH=/bin:/usr/local/bin:/etc:/home:.:/mnt/windows:/mnt/system32
LIBRARY_PATH=/lib:/usr/local/lib
C_INCLUDE_PATH=/usr/local/include:/mnt/d/cygnus/cygwin32-b20/include
CPLUS_INCLUDE_PATH=/usr/local/include:/mnt/d/cygnus/cygwin-b20/include
CPPFLAGS=/usr/local/include:/mnt/d/cygnus/cygwin-b20/include

# aliases

alias ls='ls --color=auto'
alias vim='vim -T builtin_ansi'
alias rm='rm -i'
alias vi='vim -T builtin_ansi'
alias md='mkdir'
alias rd='rmdir'
alias mv='mv -i'
alias cp='cp -i'
alias ll='ls --color=auto -l'
alias la='ls --color=auto -a'
alias s='cd ..'
alias p='cd -'
alias telnet='kinsole'
alias ping='ping -t'

# more_environment_stuff

MAKE_MODE=UNIX
CYGWIN='tty notitle starce=0x1'



>hi all,
>
>after searching the archives (and searching, and searching) and trying a whole

>bunch of far out and whacked out things (including three different computers),

>I've come to the conclusion that it has got to be something simple that I'm

>missing...
>
>Everything that I try to compile comes up with some type of file it can't find

>during 'make' or 'make install'.  All binaries work perfect.  I'm trying to

>compile src that (according to compile notes) works fine with cygwin b20.
>
>Because my programming is in it's infant stage and because I can't believe
that
>software that seems so mature could need so much tweeking just to do a simple

>compile, I'm assuming that I'm setting my path statements wrong in my .bashrc.

>
>
>Could someone with nothing better to do post their .bashrc so I could maybe

>analyze and learn from it without burning up the list with basic questions?

>
>
>BTW.  I've read the FAQ, the newbie page, and everything else I could find
for
>the last week and a half.
>
>Thanks,
>
>Daniel de Young
>-----------------------------
>Network Technician
>Contractor at Hewlett Packard
>
>

Daniel de Young
-----------------------------
Network Technician
Contractor at Hewlett Packard

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

