[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: [Openexr-devel] static link
From: |
Pavel Ledin |
Subject: |
Re[2]: [Openexr-devel] static link |
Date: |
Fri, 15 Jun 2007 23:10:50 +0400 |
Hello darby,
Friday, June 15, 2007, 8:04:32 PM, you wrote:
>$(CC) $(INC) $(CFLAGS) -o shaders_p.so
>p_OpenEXR_saver.cpp p_MegaTK_pass.cpp p_constant.cpp
>$(LIB)
>The symbols for static libraries are resolved from
>left to right on the command line, so the static
>libraries should come after your code.
Many thanks, it's works fine!
I'm using now this construction:
$(CC) $(INC) $(CFLAGS) $(LIB) -o shaders_p.so
p_OpenEXR_saver.cpp p_MegaTK_pass.cpp p_constant.cpp
$(LIB_STATIC)
Thanks!
--
Best regards,
Pavel Ledin aka Puppet mailto:address@hidden
Moscow, Russia