Changes between Initial Version and Version 1 of Ticket #62468, comment 4


Ignore:
Timestamp:
Mar 17, 2021, 12:24:46 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62468, comment 4

    initial v1  
    11but in the next section, comes something interesting that could be the issue. What system are you on? On some systems, this implicit-function-declaration is raised to an error.
    22{{{
    3 configure:15311: checking for underscore before symbols
    4 configure:15327: result: yes
    53configure:15333: checking whether dlsym adds the underscore for us
    64configure:15355: /usr/bin/clang -o conftest -Wall -W -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 conftest.c  -ldl >&5
     
    119    if(ptr1 && !ptr2) exit(0); } exit(1); }
    1210                      ^
     11conftest.c:40:23: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
     122 warnings generated.
     13configure:15355: $? = 0
     14configure:15355: ./conftest
     15configure:15355: $? = 0
     16configure:15370: result: yes
    1317}}}