Hi!! Yes I checked and now the subdir /usr/local/bin is in the PATH but if I go to this subdir and execute directly ppcppc it doesn't recognize the command, but if I use ./ppcppc the it works, and I don't know why...
this is my profile file: # System-wide .profile for sh(1) PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin" export PATH [ -r /etc/bashrc ] && source /etc/bashrc Sorry I'm not an unix expert.... Regards Bruno Chavez --- Mattias Gaertner <[EMAIL PROTECTED]> escribió: > On Tue, 31 Jan 2006 14:08:52 -0600 (CST) > Bruno Chavez <[EMAIL PROTECTED]> wrote: > > > Hi!! > > > > now in the path is the directory /usr/local/bin > where > > is located the ppcppc file, but still with the > same > > error... and when I try to execute ppcppc -v tells > me: > > > > bash: ppcppc: command not found > > > > but if I write ./ppcppc -v then tell me: > > > > Free Pascal Compiler version 2.0.1 [2005/10/05] > for > > powerpc > > Copyright (c) 1993-2005 by Florian Klaempfl > > Fatal: No source file name in command line > > Fatal: Compilation aborted > > > > do you know how to correct this? > > Your ppcppc is not in your search path. > If you have /usr/local/bin/ppcppc, then your $PATH > should contain > /usr/local/bin. > > > Mattias > > > > > > regards > > Bruno Chavez > > --- Mattias Gaertner <[EMAIL PROTECTED]> > > escribió: > > > > > On Tue, 31 Jan 2006 13:04:37 -0600 (CST) > > > Bruno Chavez <[EMAIL PROTECTED]> > wrote: > > > > > > > Hi!! > > > > > > > > Tks, that's the problem, it's not in the > profile > > > file, > > > > but i have a problem, i'm useing vim to edit > it, > > > but > > > > when i use the comand :w! to write it, tell me > > > that is > > > > readonly and can't write in it, when it means > that > > > > with the command ! overwrite the file, well in > > > linux I > > > > used in that way... can you help me with > this... > > > > because I have my project stoped and I want to > > > work > > > > with this... > > > > > > sudo vi .profile > > > > > > Mattias > > > > > > > > > > > > > > > > > Regards > > > > Bruno Chavez > > > > --- Mattias Gaertner > <[EMAIL PROTECTED]> > > > > escribió: > > > > > > > > > On Tue, 31 Jan 2006 12:13:14 -0600 (CST) > > > > > Bruno Chavez <[EMAIL PROTECTED]> > > > wrote: > > > > > > > > > > > Hi!! > > > > > > > > > > > > Sorry, I forgot tell you that... I'm > useing > > > Mac > > > > > OSX > > > > > > 10.3.9 > > > > > > > > > > Make sure ppcppc is in the path. > > > > > In the terminal do > > > > > > > > > > ppcppc -v > > > > > > > > > > It should print some version information. If > > > not, > > > > > edit your .profile file. > > > > > > > > > > > > > > > Mattias > > > > > > > > > > > > > > > > > > > > > > > > > > > Regards > > > > > > Bruno Chavez > > > > > > --- Matthijs Willemstein > > > > > <[EMAIL PROTECTED]> > > > > > > escribió: > > > > > > > > > > > > > On Tue, 2006-01-31 at 11:14 -0600, Bruno > > > Chavez > > > > > > > wrote: > > > > > > > > Hi!! > > > > > > > > > > > > > > > > I downloaded via svn all the source of > > > > > lazarus, I > > > > > > > have > > > > > > > > in other sub the lazarus working, but > when > > > I > > > > > try > > > > > > > to > > > > > > > > compile lazarus with make or make > clean > > > all > > > > > tell > > > > > > > me: > > > > > > > > make[2]: *** No rule to make target > > > > > `svn2revision > > > > > > > > make[1]: *** [ide] Error 2 > > > > > > > > make: *** [ide] Error 2 > > > > > > > > > > > > > > > > do you know what is happen... and how > can > > > I > > > > > > > correct > > > > > > > > it? > > > > > > > What OS are you using? Etc etc. :) > > > > > > > If it is Windows make sure you are using > > > make > > > > > from > > > > > > > Lazarus install and > > > > > > > not another make in your path. > > > > > > > > > > > > > > Matthijs. > > > > > > > -- > > > > > > > Matthijs Willemstein > > > <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________ > > > > > > > To unsubscribe: mail > > > > > > > [EMAIL PROTECTED] with > > > > > > > "unsubscribe" as the > Subject > > > > > > > archives at > > > > > > > > > > http://www.lazarus.freepascal.org/mailarchives > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > > > > > > > > > Do You Yahoo!? > > > > > > La mejor conexión a Internet y <b >2GB</b> > > > extra a > > > > > tu correo por $100 al > > > > > > mes. http://net.yahoo.com.mx > > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________ > > > > > > To unsubscribe: mail > > > > > [EMAIL PROTECTED] with > > > > > > "unsubscribe" as the > Subject > > > > > > archives at > > > > > > http://www.lazarus.freepascal.org/mailarchives > > > > > > > > > > > > > > > > > > === message truncated === ___________________________________________________________ Do You Yahoo!? La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
