Re: [fpc-pascal] Linking pthread?

2005-08-20 Thread Anton Tichawa
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

[fpc-pascal] HeapError variable access

2005-08-20 Thread Urbansound
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

Re: [fpc-pascal] Problem with freevision (winxp pro sp2 english)

2005-08-20 Thread Oliver Leitner
-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:

Re: [fpc-pascal] Problem with freevision (winxp pro sp2 english)

2005-08-20 Thread Marco van de Voort
> | > | 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

Re: [fpc-pascal] Problem with freevision (winxp pro sp2 english) [FIXED]

2005-08-20 Thread Oliver Leitner
-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

[fpc-pascal] Linking pthread?

2005-08-20 Thread David Butler
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

Re: [fpc-pascal] Problem with freevision (winxp pro sp2 english)

2005-08-20 Thread Oliver Leitner
-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

Re: [fpc-pascal] Problem with freevision (winxp pro sp2 english)

2005-08-20 Thread Marco van de Voort
> 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

[fpc-pascal] Problem with freevision (winxp pro sp2 english)

2005-08-20 Thread Oliver Leitner
-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/