Hi All,

Have any of you run into this ld warning and if so:

1. Is it a problem if my program calls the sound library (it is not calling
it right now)

2. Is there a simple solution? 

Thanks,
-kurt

g++ -Wall -Wimplicit -pedantic -W -Wstrict-prototypes -Wredundant-decls -g3
-O0 -D_GLIBCXX_DEBUG -I/sw/include -I/sw/include/qt  -L/sw/lib -lsimage
-lCoin -lSoQt -lSimVoleon  sample.C   -o sample
In file included from /sw/include/qt/qobjectdefs.h:42,
                 from /sw/include/qt/qobject.h:42,
                 from /sw/include/Inventor/Qt/SoQt.h:35,
                 from sample.C:1:
/sw/include/qt/qglobal.h:702: warning: ISO C++ does not support `long long'
/sw/include/qt/qglobal.h:703: warning: ISO C++ does not support `long long'
sample.C: In function `int main(int, char**)':
sample.C:39: warning: unused parameter `int argc'
ld: warning suggest use of -bind_at_load, as lazy binding may result in
errors or different symbols being used
symbol _au_open used from dynamic library /usr/lib/libbsm.dylib(bsm_audit.o)
not from earlier dynamic library
/sw/lib/libsndfile.1.dylib(libsndfile.1.0.5.dylib-master.o)

otool -L sample
sample:
        /sw/lib/libsimage.20.dylib (compatibility version 27.0.0, current
version 27.0.0)
        /sw/lib/libCoin.40.dylib (compatibility version 44.0.0, current
version 44.0.0)
        /sw/lib/libSoQt.20.dylib (compatibility version 23.0.0, current
version 23.0.0)
        /sw/lib/libSimVoleon.21.dylib (compatibility version 21.0.0, current
version 21.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 71.1.1)




-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to