[lazarus] Can't find unit OBJPAS
Michael Van Canneyt
michael.vancanneyt at wisa.be
Wed Jan 12 04:14:44 EST 2000
On Tue, 11 Jan 2000, Kevin Berry wrote:
> Hi All,
>
> I've tried to get the fcl to compile and I'm getting
> the following results when I perform a 'make' in the
> fcl directory:
>
> make[1]: Entering directory '/opt/fpc/fcl/linux'
> ppc386 -S2 -Fu/opt/fpc/rtl/linux
> -Fu/opt/fpc/units/linux -Fi../inc -FE. -di386
> \classes.pp
> Free Pascal Compiler version 0.99.13 [2000/01/11] for
> i386
> Copyright...
> Target OS: Linux for i386
> Compiling classes.pp
> Fatal: Can't find unit OBJPAS
> make[1]: Leavign directory '/opt/fpc/fcl/linux'
>
> how can I solve this problem?
Please start by sending the output of 'make OPT=-vu"
this will tell you WHERE the compiler looks for it's units.
Probably you have an old version of objpas lying around somewhere, and
it tries to recompile it.
Michael.
More information about the Lazarus
mailing list