-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am working on a package which uses -soname as part of the cc 
flag...but cc does not seem to know anything about it. is it a bug in 
the package, or do i need to patch the makefile? I used google and found 
some info, but nothing had the -soname flag, they only talked about 
soname in general.

./plugins/eliza/Makefile:       $(CC) $(LDFLAGS) $(CFLAGS) -I../../ 
- -DSKIPCONFIG -shared -Wl,-soname,eliza.so -o $@ $< -lc
./plugins/sample/Makefile:      $(CC) $(LDFLAGS) $(CFLAGS) -I../../ 
- -DSKIPCONFIG -shared -Wl,-soname,sample.so -o $@ $< -lc

Making all in plugins
Making all in eliza
gcc -ggdb -Wall -fPIC -I../../ -DSKIPCONFIG -shared -Wl,-soname,eliza.so 
- -o eliza.so eliza.c -lc
eliza.c: In function `im_reply':
eliza.c:407: warning: implicit declaration of function `msg_output'
eliza.c:478: warning: implicit declaration of function `hx_send_msg'
/usr/bin/ld: unknown flag: -soname
make[3]: *** [eliza.so] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### make failed, exit code 2

thanks again,

- -chris zubrzycki
- - --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070
========================================================
"Of course, you realize this means war."
- -B. Bunny

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (Darwin)
Comment: For info see http://www.gnupg.org

iD8DBQE8z+6j+/mCMqKrwHARAvl7AJ47aABdRdFHx88IBW6Nbz/cIpUJKgCfQqGv
MkNf+UCDypadvgpMQ6EMqlw=
=EgP2
-----END PGP SIGNATURE-----


Reply via email to