Hi,

I'm using the latest FPC (svn version 2.1.1) for amd64.
I downloaded a svn version of Lazarus (revision: 9243), and when I tried to 
compile I recevied the following error message:

make all
Makefile:118: *** Compiler Free Pascal Compiler version 2.1.1 [2006/05/05] for 
x86_64 Copyright (c) 1993-2005 by Florian Klaempfl Fatal: No source file name 
in command line Fatal: Compilation aborted not found.  Stop.

The error happened here: 
ifeq ($(FOUNDFPC),)
$(error Compiler $(FPC) not found)  <- The problematic line ...
endif

This error exists regardless of what parameter I'm giving to "make".

BTW, I'm using Ubuntu dapper.

Is this a bug, or am i doing something wrong ?

Thanks,

Ido
-- 
<k2xl> in 1998, i made a C++ program to calculate pi to a billion digits.
<k2xl> i coded it on my laptop (pentium 2 i think) and then ran the program.
<k2xl> the next day i got a new laptop but decided to keep the program  
running.
<k2xl> it's been over seven years now since i ran it. and this morning it 
finished calculating.
<k2xl> the output:
<k2xl>      "THE VALUE OF PI TO THE BILLIONTH DIGIT IS = "
<k2xl> mindblowing eh?
<k2xl> i looked in the code of my program, and i found out that i forgot to 
output the value :(.
   Seen on Bash.org - #605501

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to