From 10ab893de389cd0dc689ee4b038fd07487f5b0c5 Mon Sep 17 00:00:00 2001 From: florian <florian@freepascal.org> Date: Thu, 3 Jan 2019 17:38:27 +0000 Subject: [PATCH] * improved explanation for warning 9034 git-svn-id: trunk@40749 - --- compiler/msg/errore.msg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/msg/errore.msg b/compiler/msg/errore.msg index b6448c25ba..012c53ee4d 100644 --- a/compiler/msg/errore.msg +++ b/compiler/msg/errore.msg @@ -3009,6 +3009,9 @@ exec_n_backquote_cat_file_not_found=09033_N_File "$1" not found for backquoted c exec_w_init_file_not_found=09034_W_"$1" not found, this will probably cause a linking failure % The compiler adds certain startup code files to the linker only when they are found. % If they are not found, they are not added and this might cause a linking failure. +% If the system has gcc installed, running \var{gcc --print-file-name <filename>} might return the path to the file. +% Add this path in your \var{fpc.cfg} using the switch \var{-Fl} to fix this error. This requires though, +% that gcc targets the same target as FPC. % %\end{description} # EndOfTeX