For me Line 44 - could be /usr/lib /usr/lib/32 /usr/lib/64 /usr/lib/amd64

Bins can be 64 bit but installed in /usr with 32 bit ones or 64 bit in /usr/bin/amd64

or 32 bit in /usr/bin/i86 : Messes with getting right linker flags

Not related but:

I also have old SunPro cc and newer gcc
cmake will find old 32 bit cc but then find 64 bit gcc without command line args

    42    if( OOREXX_INSTALL_PREFIX )
    43        set( rexx_INCLUDE_DIRS "${OOREXX_INSTALL_PREFIX}/include" )
    44        set( rexx_LIBDIR "${OOREXX_INSTALL_PREFIX}/lib" )
    45        set( rexx_LIBRARIES "rexx" "rexxapi" )
    46    else( )
    47        include( pkgConfig )
    48        pkg_config( ${REQUIRES_LIBRARIES} )
    49    endif()
    50




_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to