> @fredvs yes I install from source code.
Hum, so, imho, the MakeFile provided by official FPC download source has
something wrong.
I did try to using fpmake to re-create it but the resulted MakeFile did not
fix the problem.
Maybe the creator of the fpc FreeBSD package could give some light what
@fredvs yes I install from source code.
Zamrony P. Juhara
https://v3.juhara.com
https://github.com/zamronypj
Fano Framework
https://fanoframework.github.io
mod_pascal
https://zamronypj.github.io/mod_pascal
On Tue, Jun 9, 2020 at 0:12, fredvs via
fpc-pascal wrote: Hello.
When compiling y
Hello.
When compiling your code with fpc installed from freebsd package:
$ sudo pkg install fpc
$ sudo pkg install lang/fpc-units
All is OK, your test.pas run as expected.
But compiling your code with fpc compiled from source, there is indeed that
error message:
fish: "./test" terminated by sig
Op 2020-06-08 om 10:14 schreef Zamrony P. Juhara via fpc-pascal:
Following program
program test;
{$IFDEF UNIX}
uses cthreads;
{$ENDIF}
begin
writeln('test');
end.
Compile with FPC 3.0.4 on FreeBSD 12. When run test program, it causes
segmentation fault.
What is wrong? Without cthreads unit
Following program
program test;{$IFDEF UNIX}uses cthreads;{$ENDIF}begin writeln('test');end.
Compile with FPC 3.0.4 on FreeBSD 12. When run test program, it causes
segmentation fault.
What is wrong? Without cthreads unit, it run fine.
Zamrony P. Juhara
https://v3.juhara.com
https://github.co