[EMBOSS] 6.1.0 build warnings in PHYLIPNEW-3.68
David Mathog
mathog at caltech.edu
Thu Oct 29 18:55:12 UTC 2009
In consense.c
extern Char intreename[FNMLNGTH], intree2name[FNMLNGTH];
const char* outfilename;
const char* outtreename;
In cons.c
Char outfilename[FNMLNGTH], intreename[FNMLNGTH], intree2name[FNMLNGTH],
outtreename[FNMLNGTH];
which explains this:
> ld: warning: symbol `outfilename' has differing sizes:
> (file consense.o value=0x4; file cons.o value=0xc8);
> cons.o definition taken
> ld: warning: symbol `outtreename' has differing sizes:
> (file consense.o value=0x4; file cons.o value=0xc8);
> cons.o definition taken
Which one needs to be change?
Thanks,
David Mathog
mathog at caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech
More information about the EMBOSS
mailing list