Gentoo Archives: gentoo-user

From: Frank Schafer <frank.schafer@×××××××××.cz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Lost Labyrinth
Date: Wed, 24 Aug 2005 09:35:14
Message-Id: 1124875830.5942.76.camel@localhost.localdomain
In Reply to: Re: [gentoo-user] Lost Labyrinth by Frank Schafer
1 further questions / info.
2
3 Seems PureBasic is a direct dependency for all programs "compiled" with
4 it. They will probably use the shared library which comes with
5 PureBasic.
6
7 I wonder ...
8 There is a static library amongst the PureBasic binary too. Maybe
9 PureBasic "compiles" the way VisualBasic up to version 5 did. Making a
10 data block from the source leaving the source itself intact, linking a
11 library with a small starting code (the interpreter) letting the
12 executable interpreting the data block inside itself.
13
14 ... that would stand for real speed ... interpreting ...
15
16
17 Further 0,02$
18 Frank
19
20
21 On Wed, 2005-08-24 at 10:25 +0200, Frank Schafer wrote:
22 > right, and that means we have to study PB's syntax ... what I'm doing
23 > just now if I have some time.
24 >
25 > PB itself is probably written in C. A compiler with less than 140kB IMHO
26 > isn't written in C++.
27 >
28 > BTW: Have a look at ``strings pbcompiler | more''!
29 > It's VEEEEEERY interesting. Seems pbcompiler simply maps BASIC
30 > instructions to assembler mnemonics.
31 >
32 > :-)))
33 >
34 > On Wed, 2005-08-24 at 11:09 +0300, Matan Peled wrote:
35 > > -----BEGIN PGP SIGNED MESSAGE-----
36 > > Hash: SHA1
37 > >
38 > > Frank Schafer wrote:
39 > > > I think SDL has an API, don't you think too?
40 > > > ;)
41 > >
42 > > Well, of course. But it wasn't used before, rather PureBasic's one was used.
43 > >
44 > > Now we need to use that API (Thats what I meant by "Talking to SDL"...)
45 > >
46 > > - --
47 > > [Name ] :: [Matan I. Peled ]
48 > > [Location ] :: [Israel ]
49 > > [Public Key] :: [0xD6F42CA5 ]
50 > > [Keyserver ] :: [keyserver.kjsl.com]
51 > > encrypted/signed plain text preferred
52 > >
53 > > -----BEGIN PGP SIGNATURE-----
54 > > Version: GnuPG v1.4.1 (GNU/Linux)
55 > >
56 > > iD8DBQFDDCsnA7Qvptb0LKURAkzEAJ9DFzs6ooCwL9XcC7pUWS9BIDOEpgCdGtVN
57 > > RWUAxhkhZxxjm4/clhz0eM4=
58 > > =hpyQ
59 > > -----END PGP SIGNATURE-----
60 --
61 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Lost Labyrinth "Markus Döbele" <mar_doe@×××.de>