help-gnu-utils
[Top][All Lists]
Advanced

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

Re: Linking both static and shared libraries with G++


From: Tristan Van Berkom
Subject: Re: Linking both static and shared libraries with G++
Date: Tue, 30 Mar 2004 17:26:04 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

steve.shave@syntegra.com wrote:
Can anyone tell me how to linking both static and shared libraries when
building with g++ ?

    AFAIK, just like with gcc. both produce object code
suitable for the linker (which is not gcc or g++).

Have you tried specifying the fullpaths of your `.so' and `.a' files
as objects on your g++ command line ?

Regards,
                                           -Tristan





reply via email to

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