On Sun, Sep 07, 2003 at 04:30:39PM -0400, Frank W McCormick wrote:
> Hi all
>
> Can someone give me a simple example of a makefile suitable for just
> simple compiling of one file ? I am so used to running FPC
> from the command line that make is foreign to me.
Catch!
cheers
James
--
-
-Zero
There is a subtle difference between ParamStr(0) and argv[0]:
argv[0] is the verbatim command passed to the shell.
ParamStr(0) is the full path to the executable.
Neither of these will dereference a symlink, to do that you
can call ReadLink recursively, or ReadLink(/proc//exe)
Also note tha
> Can someone give me a simple example of a makefile suitable for
> just simple compiling of one file ? I am so used to running FPC
> from the command line that make is foreign to me.
[EXAMPLE]
#!/bin/bash
all:
ppc386 somefile.pas
debug:
ppc386 -vewh -gl -Crtoi somefile.pp
Hello,
Could someone please provide unsubscribe information for this list?
OR... could the list admin, please boot me off .
Thanks.
--
Best regards,
L D Blake
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman
L D Blake wrote:
Hello,
Could someone please provide unsubscribe information for this list?
OR... could the list admin, please boot me off .
See the link added to the bottom of every message.
Carlo Kok
___
fpc-pascal maillist - [EMAIL PROTECTED]
h
> Could someone please provide unsubscribe information for this list?
>
> OR... could the list admin, please boot me off .
> fpc-pascal maillist - [EMAIL PROTECTED]
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Follow the URL, Luke :-)
_
Hi again
Yet another problem - this one seems more or less erratic, though I
haven't found a cause yet. Sometimes it works, sometimes not. When in gdb,
I get:
(gdb) br wav_fmt.pas:330
No source file named wav_fmt.pas.
I checked that I was in the correct directory:
(gdb) pwd
Working directory /d
Hi all.
Just downloaded the 1.0.10 package and tried to compile the ide. I had
quite a few problems:
1) in packages/ two directories seem to be in the wrong directory. Imlib
and Gnome are looked for in the extra directory and they installed in the
root of packages. (Gnome is looked for as gnome1?
On Mon, 8 Sep 2003 21:05:39 -0300
John Coppens <[EMAIL PROTECTED]> wrote:
> Hi again
>
> Yet another problem - this one seems more or less erratic, though I
> haven't found a cause yet. Sometimes it works, sometimes not. When in
> gdb, I get:
>
> (gdb) br wav_fmt.pas:330
> No source file named w
Hi all.
Just downloaded the 1.0.10 package and tried to compile the ide. I had
quite a few problems:
1) in packages/ two directories seem to be in the wrong directory. Imlib
and Gnome are looked for in the extra directory and they installed in the
root of packages. (Gnome is looked for as gnome1?
10 matches
Mail list logo