Skip to content

help with compiling for bioconda #118

@aryarm

Description

@aryarm

Hi @rrwick,

Thanks for making Bandage! It's such a useful tool.

I'm trying to figure out how to compile v0.9.0 for bioconda, but I keep running into errors.

Here's my work so far:

And here are the 24 errors I keep getting:

/bin/ld: warning: libXext.so.6, needed by /usr/lib64/libGL.so, not found (try using -rpath or -rpath-link)
/bin/ld: warning: libexpat.so.1, needed by /usr/lib64/libGL.so, not found (try using -rpath or -rpath-link)
/bin/ld: warning: libXau.so.6, needed by /usr/lib64/libxcb-glx.so.0, not found (try using -rpath or -rpath-link)
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XextAddDisplay'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XextRemoveDisplay'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_SetUserData'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_Parse'
/bin/ld: /lib/libQt5Core.so: undefined reference to `clock_gettime@GLIBC_2.17'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XMissingExtension'
/bin/ld: /lib64/libxcb.so.1: undefined reference to `XauDisposeAuth'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_ParseBuffer'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_ErrorString'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XextFindDisplay'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_GetCurrentColumnNumber'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_GetCurrentColumnNumber'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_ParserFree'
/bin/ld: /lib/libQt5Svg.so: undefined reference to `memcpy@GLIBC_2.14'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_ParserCreate'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_GetErrorCode'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_GetCurrentLineNumber'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_SetElementHandler'
/bin/ld: /lib/libQt5Core.so: undefined reference to `getauxval@GLIBC_2.16'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XML_GetBuffer'
/bin/ld: /usr/lib64/libGL.so: undefined reference to `XextCreateExtension'
/bin/ld: /usr/lib64/libxcb.so.1: undefined reference to `XauGetBestAuthByAddr'

Do you have any suggestions? I suspect I might be linking the libraries incorrectly, but I'm not sure...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions