[lazarus] What's the difference between these? - debug info

Michael A. Hess mhess at miraclec.com
Sat Jul 31 16:55:44 EDT 1999


Ned Boddie wrote:
> 
> Sure, here's the mega debug list:
> 
Man first of all you shouldn't be having it recompile everything when
you are building your test app. You should already have all of the other
units compiler so that all it needs to do is LINK to them AFTER it
compiles your test.pp file.

Either you don't have all of the units compiled first or the compiler
isn't looking in the correct place for the units .ppu files. In other
words the ONLY thing you should see compiling from the

  ppc386 test

command should be test.pp. Not all of those other files. Man it must
take forever for you to build your app.  :-(

Try removing all of the -Fi/opt... from your ppc386.

Use make to build each of the groups fcl, gtk, lcl which should prebuild
the .ppu and .o files. Then when you build test.pp it should compile
test.pp and file all the required units.

I have to admit I don't use the .cfg file so I'm not really sure if this
is why you are compiling all of the units or not but it is something to
try.

Now after all of that can I ask why you don't just use a makefile? It
would be simpler.

-- 
==== Programming my first best destiny! ====

Michael A. Hess      Miracle Concepts, Inc.
mhess at miraclec.com   http://www.miraclec.com






More information about the Lazarus mailing list