2 msgNeed some help on the options of g++
4 msgAdding marker (.dot) instructions at procedure ...
2 msggcc_assert()
4 msginsn_condition table
1 msggfortran case sensitive
2 msgIssue group
3 msgC++ error: cannot convert 'unsigned int A::*' t...
2 msgFwd: How to deliver my source code???
3 msgcast_stream not declared error
3 msgSyntax Problem
3 msggcc 1.95.3 on solaris 9

Including static libraries
\ Sameer Naik (26 Oct 2006)
. \ Brian Budge (26 Oct 2006)

2 msgSeveral GCC Versions
1 msgProblem with gcc-4.0.0
19 msgValgrind - exact leak location.
2 msgcannot link an .o file
3 msgSelect instruction support in GCC
1 msgRe: Problems shifting an int 32 times. Gcc 3.4.5
2 msgg++ compile problem using inttypes.h
2 msgnamespaces composition and selection
Subject:Including static libraries
Group:Gcc-help
From:Sameer Naik
Date:26 Oct 2006


*Hello,
im creating a shared library. and trying to link it to a static
library with extentions of the form video.a470MV.
im including the whole path of the library in the LDFLAGS
(/home/sameersbn/libs/video.a470MV)
these are included in the Makefile.am file.
when the linking is done, no errors are flashed and the linking
procedure completes without complains. but if i run the nm command on
the library created, i dont see any symbols of the static library in the
symbol table.
instead if i extract the .o470MV file from the static library and rename
them to .o and archive it as .a and do the linking again, then it works
fine and the symbol table shows the new symbol entries.
i would like to know how to get my .a470MV libraries to successfully get
linked into my new library.
plz help

thanks in advance
tc
sameer
*


© 2004-2008 readlist.com