openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] static link


From: darby johnston
Subject: Re: [Openexr-devel] static link
Date: Fri, 15 Jun 2007 09:04:32 -0700 (PDT)

--- Pavel Ledin <address@hidden> wrote:

>         $(CC) $(INC) $(LIB) $(CFLAGS) -o
> shaders_p.so p_OpenEXR_saver.cpp p_MegaTK_pass.cpp
> p_constant.cpp

Hi Pavel,

Could you try changing your command line to:

$(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.


Darby





reply via email to

[Prev in Thread] Current Thread [Next in Thread]