Hello FPC-Pascal users discussions!
I am not able to build SVN 14295.
/Users/test/lazarus/fpcsrc/compiler/ppc386 -XX -CX -Ur -Xs -O2 -n
-Fu/Users/test/lazarus/fpcsrc/rtl/units/i386-darwin
-Fu/Users/test/lazarus/fpcsrc/packages/univint/units/i386-darwin -FE.
-FUunits/i386-darwin -di386 -dRELEAS
On 03 Dec 2009, at 14:45, Roland Turcan wrote:
I am not able to build SVN 14295.
/Users/test/lazarus/fpcsrc/compiler/ppc386 -XX -CX -Ur -Xs -O2 -n -
Fu/Users/test/lazarus/fpcsrc/rtl/units/i386-darwin -Fu/Users/test/
lazarus/fpcsrc/packages/univint/units/i386-darwin -FE. -FUunits/i386-
darwi
So I've been testing the problem with the "Inconsistency detected by
ld.so: dl-fini.c: 195: _dl_fini: Assertion
`ns != 0 || i == nloaded' failed!" error with tests tw12704a and
tw12704b on various different platforms.
So far it's reproduced on every 32-bit Ubuntu installation I've tried
(about hal
If I am compiling a file bar.pas, but I want the resulting .o filename
to be something different, is there a way to do this?
For example, I want the object filename to be foo__bar.o, but the source
file is just bar.pas.
Right now we can get this to work by creating a symlink from
foo__bar.p
On 03 Dec 2009, at 22:59, Bruce Bauman wrote:
> If I am compiling a file bar.pas, but I want the resulting .o filename
> to be something different, is there a way to do this?
No, there is not. The unit searching logic in the compiler requires the .ppu
files and .o files to be named the same, an
Will it cause problems if the unit name (e.g. unit foo__bar;) doesn't match the
source filename?
I want to source filename to remain unchanged (e.g. bar.pas), but the unit name
(and .ppu and .o filenames) to be different (e.g. foo__bar.o, foo__bar.ppu,
unit foo__bar). Thus, the .ppu files are