Re: [fpc-pascal] linking name issue

2010-06-05 Thread David Emerson
Try deleting testunit.o and/or testunit.a, testunit.ppu ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] linking name issue

2010-06-05 Thread Jonas Maebe
On 05 Jun 2010, at 19:38, spir wrote: > I have renamed a unit previously called "UnitType" to "UnitSystem". The unit > name itself, its file name, and the name used to import it in a uses clause > inside a testing program where all changed. > But the linker still expects the previous name: > te

[fpc-pascal] linking name issue

2010-06-05 Thread spir
Hello, I have renamed a unit previously called "UnitType" to "UnitSystem". The unit name itself, its file name, and the name used to import it in a uses clause inside a testing program where all changed. But the linker still expects the previous name: testUnit.pas(78,1) Warning: Object UnitType.