• Cocoon
    Cocoon
    ciVic
    Posts: 45 from 2013/6/2
    Hi all,

    I'm trying to port a classic prog to MorphOS that uses curl. But on MorphOS I get the linker error:



    Code:

    /usr/local/lib/libcurl.a(select.o): In function `Curl_poll':
    select.o(.text+0x780): undefined reference to `select'


    I cannot find a lib that exports that function on MorphOS. Under OS 3.1 I linked against a libamiga.a that does not exists on MorphOS, maybe that's why it works on OS 3.1 and not on MorphOS. Anybody has an idea? Thx!
  • »22.06.13 - 12:54
    Profile