Hi,
David Butler wrote:
Hi
When I compile an application that uses libc under Linux I get:
"/usr/bin/ld: cannot find -lpthread"
From what I gather pthread is a standard library. How do I get the
linker to find it?
Thanks.
David
___
fpc-pascal m
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;
//===
// Defin
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Marco van de Voort wrote:
|> | | If this doesn't work, use compiler option -vt to get info
|> where it | is searching. | |
|> ___ fpc-pascal
|> maillist | - fpc-pascal@lists.freepascal.org |
|> http:
> |
> | If this doesn't work, use compiler option -vt to get info where it
> | is searching.
> |
> | ___ fpc-pascal maillist
> | - fpc-pascal@lists.freepascal.org
> | http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> |
> fpc.cfg looks like this
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
ive found the "right?" way to do it...
cd into the bin directory, and call the make process like that:
fpc ..\..\examples\fv\testapp.pas
this way it works, looks like somethings wrong with the environment
setup with the default fpc 2.0.0 insta
Hi
When I compile an application that uses libc under Linux I get:
"/usr/bin/ld: cannot find -lpthread"
From what I gather pthread is a standard library. How do I get the
linker to find it?
Thanks.
David
___
fpc-pascal maillist - fpc-pascal@lists
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Marco van de Voort wrote:
|> Dear Ladies and Gentleman.
|>
|> I am trying to compile the fv example:
|>
|> C:\FPC\2.0.0\examples\fv\*.pas
|
|
|> fvcommon.pas(2,18) Fatal: Can't find unit FVCommon
|> fvcommon.pas(2,18) Error: Compilation aborted
> Dear Ladies and Gentleman.
>
> I am trying to compile the fv example:
>
> C:\FPC\2.0.0\examples\fv\*.pas
> fvcommon.pas(2,18) Fatal: Can't find unit FVCommon
> fvcommon.pas(2,18) Error: Compilation aborted
> make: *** [tfileio.exe] Error 1
Sounds like a problem with your units path.
Make sur
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Dear Ladies and Gentleman.
I am trying to compile the fv example:
C:\FPC\2.0.0\examples\fv\*.pas
with the following commands:
C:\FPC\2.0.0\examples\fv\make
C:/FPC/2.0.0/bin/i386-Win32/ppc386.exe -Fu../../units/i386-win32/rtl
- -Fu../../units/