fedorax schreef:
Selon Vincent Snijders <[EMAIL PROTECTED]>:

Fedorax schreef:
Selon Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>:

Option -va seem's not exist ? If i type make -va this just give me the
version
and the list of available options which -v is show version.

to pass a option to the compiler use OPT=bla

make OPT="-va"

Vincent

Ok, i do this, the result give a lot of not found files like this:

------------------------
My FPC SRC files is not in /usr/local/lib/fpc/2.3.1/ but in /usr/local/src/fpc

Fine. Keep it that way.

I try to copy all FPC source files in /usr/local/lib/fpc/2.3.1/ and i've the
same result. The directory /units/ have no .pas or .pp files, only .ppu and .o
files ( I reload and recompile the full FPC SVN before do this to be sure of
that ).

Never try to let the compiler find these source. Don't copy sources to locations reserved for compiled units.


If this can help i put here the full terminal output in a text file ( 30mo. in
2Mo zipped file )


Everything looked ok to me, executables were created.

It is designed that the unit source are found only at one stage and further on only compiled units are used, evn if the compiler checks it there are some changes in the source code.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to