1 msggfortran read file error during openmp parallel do
1 msgHelp with long jumps and ARM exception vector
2 msgtypedef in templated base class, won't compile
6 msghow to compute offset of data member at compile...
5 msgI miss a gcc warning
1 msg[Bug g++ 3.4.4 ?] g++, -O2, static member data ...
3 msgcustom stdc++

linking libraries without name prefix/suffix
\ k wayne (25 Oct 2007)
. \ John Love-Jensen (25 Oct 2007)

2 msgSeeing changes made by optimization option
1 msgownership of files when running gcc under setuid
1 msgsysroot package gpl-include open-source or Red ...
3 msgEXC_BAD_ACCESS exceptions
1 msgbloatwatch - how to count macro expansions per ...
5 msgRe: register variables: list?
2 msgsegfault in libc.so.6
4 msg[Update] : Problem while building/compiling Gcc...
3 msgFloating point results change with different co...
1 msgHow to know the number of spills
1 msgRe: Unable to use the -c option
9 msgLibtool versioning on FreeBSD
Subject:linking libraries without name prefix/suffix
Group:Gcc-help
From:k wayne
Date:25 Oct 2007


hi,
i hope this is the right mailinglist for this, my apologies this is
not the case :)

however, i need to link (through invokation of g++, if possible) a
library that does not have the "libxxx.a" scheme, so i would like to
make g++ not prefix the library name with "lib" and suffix it with
".a". if i understood the gcc manual correctly, i could specify the
libarary without the "-l" option, but then the library paths (plus
those specified with "-L") would not be searched. unfortunately, i
need these paths to be searched, because i do not know the exact paths
of the libraries since i am trying to write a makefile for
compilation.
by the way, i'm trying hard to avoid external tools such as the
autotools, so i hope there is a way to solve my little problem in
another way :)

thank you in advance


© 2004-2008 readlist.com