> > The first compilers were written in assembly language. This allowed
> for
> > the next generation compilers to be written in a high level language.
>
>
> And the assembly language was just magically inserted into the memory
> with that magic script?
Any device that can enter data via I/O. Pu
L505 wrote:
The first compilers were written in assembly language. This allowed
for
the next generation compilers to be written in a high level language.
And the assembly language was just magically inserted into the memory
with that magic script?
At some point it comes to a h
> The first compilers were written in assembly language. This allowed
for
> the next generation compilers to be written in a high level language.
And the assembly language was just magically inserted into the memory
with that magic script?
At some point it comes to a hardware etching level, I'm
L505 wrote:
Same applies to gcc ;) Without an older gcc you can't build a new one
except using a propritary compiler.
But where did that proprietary compiler come from? Hardware based?
Molecules, Ions, and atoms?
i.e. the answer to the big bang theory, the answer to religion, etc.
L505 wrote:
Same applies to gcc ;) Without an older gcc you can't build a new one
except using a propritary compiler.
But where did that proprietary compiler come from? Hardware based?
Molecules, Ions, and atoms?
i.e. the answer to the big bang theory, the answer to religion, etc.
Th
There is a tip here, you might simply need something like libc6-dev or
libc6-devel
http://www.mail-archive.com/[EMAIL PROTECTED]/msg03630.htm
l
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> Same applies to gcc ;) Without an older gcc you can't build a new one
> except using a propritary compiler.
>
But where did that proprietary compiler come from? Hardware based?
Molecules, Ions, and atoms?
i.e. the answer to the big bang theory, the answer to religion, etc.
_
Matt Emson wrote:
>>Is there some posibility to make (compiling) fpc without fpc?
>>Is there some makefile or script in fpc (cvs) to avoid to use a fpc
>>1.0.0 or 2.0.0 to create a fpc new version?
>
>
> Cygwin runs exclusively on Windows machines... FPC has a Windows port.
> Whilst I can see th
Hi,
I have the following snippet of code (which works under Windows):
PROGRAM XMLTest;
USES Dom, XMLRead;
PROCEDURE ProcessItem(Node: TDOMNode);
VAR
i: Integer;
attr: TDOMNode;
Title,Desc,Link,pubDate : String;
BEGIN
Title:=''; Desc:=''; Link:=''; pubDate:='';
WHILE Node<>Nil DO
BE
At 18:13 20-8-2005, you wrote:
Hi,
I'm working with a unit someone developed for FPC in 2001.
Compiling under FPC 2.0.0, I'm getting the following error...
wErrors0.pp(279,23) Error: Identifier not found "HeapError"
From this code segment...
procedure SetHeapErrorHandle;
//=
Hi Anton
Thanks for the pointers! libpthread was installed under /lib, but for
some reason I had to copy libpthread.so.0 to libpthread.so to get ld
to see it.
Regards
David
On Sat, 20 Aug 2005 22:21:53 +0200, you wrote:
>Hi,
>
>David Butler wrote:
>
>>Hi
>>
>>When I compile an application that
11 matches
Mail list logo