http://mahogany.sourceforge.net/cgi-bin/show_bug.cgi?id=630
------- Additional Comments From [EMAIL PROTECTED] 2002-04-22 09:12 ------- Ok, so the problem is that c-client Makefile ignores CFLAGS env var set by the user (that's smart, indeed...). I see 2 solutions: either set BASECFLAGS to the same value (it seems to use it) or don't set CFLAGS at all if you can. About libcrypto: .a or .so shouldn't matter. Do you use Sun build toolchain or GNU one? At least with gcc (2.95.2) I don't have any problems with having duplicate symbols, the ones in the main program override those in the library... ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
