Changes between Initial Version and Version 1 of Ticket #57937, comment 9


Ignore:
Timestamp:
Oct 22, 2019, 4:39:14 PM (5 years ago)
Author:
jmon12
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57937, comment 9

    initial v1  
    55}}}
    66
    7 The linker option {{{-Wl,-syslibroot,/}}} is necessary in my case for a reason that I don't understand. From the documentation [https://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html], {{{--sysroot}}} should affect both header/includes search directories.
     7The linker option {{{-Wl,-syslibroot,/}}} is necessary in my case for a reason that I don't understand. From the documentation [https://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html], {{{--sysroot}}} should affect both header/includes and libraries search directories.
    88
    99> Hi again,