{"id":256,"date":"2022-01-07T18:08:04","date_gmt":"2022-01-07T21:08:04","guid":{"rendered":"https:\/\/gladiston.net.br\/?page_id=256"},"modified":"2022-07-13T16:05:15","modified_gmt":"2022-07-13T19:05:15","slug":"lidando-com-a-mensagem-warning-crtbegins-o-not-found-this-will-probably-cause-a-linking-failure","status":"publish","type":"page","link":"https:\/\/gladiston.net.br\/en\/programacao\/lazarus-ide\/lidando-com-a-mensagem-warning-crtbegins-o-not-found-this-will-probably-cause-a-linking-failure\/","title":{"rendered":"Handling the message: Warning: \u201ccrtbeginS.o\u201d not found, this will probably cause a linking failure"},"content":{"rendered":"<p>Eventually, when compiling a project on Linux, the warning message may appear:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code><span class=\"has-inline-color has-foreground-color\">Warning: &quot;crtbeginS.o&quot; not found, this will probably cause a linking failure Warning: &quot;crtendS.o&quot; not found, this will probably cause a linking failure\n<\/span><\/code><\/code><\/pre>\n\n\n\n<p>They happen because the system did not find crti.o, the solution is to find it in your system:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>locate crti.o<\/code><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><code>\/usr\/lib64\/crti.o<\/code><\/code><\/pre>\n\n\n\n<p>Once you have found it, then in the Lazarus IDE go to Project-&gt;Compiler Options-&gt; and in Library (-Fl) include the folder where you found that file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>\/usr\/lib64\/<\/code><\/code><\/pre>\n\n\n\n<p>But if you don&#039;t correct or don&#039;t find these files, remember that these are just a type of Warnings that won&#039;t interfere with the execution of your projects.<\/p>","protected":false},"excerpt":{"rendered":"<p>Eventualmente ao compilar um projeto no Linux talvez possa aparecer a mensagem de warning: Elas acontecem porque o sistema n\u00e3o encontrou crti.o, a solu\u00e7\u00e3o \u00e9 encontr\u00e1-la no seu sistema: Uma vez que tenha encontrado, ent\u00e3o na IDE do Lazarus v\u00e1 em Project->Compiler Options-> e em Library (-Fl) inclua a pasta onde localizou tal arquivo: Mas [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":159,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/template-full-width.php","meta":{"footnotes":""},"class_list":["post-256","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/gladiston.net.br\/en\/wp-json\/wp\/v2\/pages\/256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gladiston.net.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gladiston.net.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gladiston.net.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gladiston.net.br\/en\/wp-json\/wp\/v2\/comments?post=256"}],"version-history":[{"count":3,"href":"https:\/\/gladiston.net.br\/en\/wp-json\/wp\/v2\/pages\/256\/revisions"}],"predecessor-version":[{"id":420,"href":"https:\/\/gladiston.net.br\/en\/wp-json\/wp\/v2\/pages\/256\/revisions\/420"}],"up":[{"embeddable":true,"href":"https:\/\/gladiston.net.br\/en\/wp-json\/wp\/v2\/pages\/159"}],"wp:attachment":[{"href":"https:\/\/gladiston.net.br\/en\/wp-json\/wp\/v2\/media?parent=256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}