Re: Multiple Definition of Symbols

2005-11-19 Thread Ulrich Eckhardt
[EMAIL PROTECTED] wrote: > I am using gcc 4.0 with Xcode 2.2 on Mac OS 10.4.3. > I am using two static lib's in my project, which in turn include zlib. > I get "multiple definition of symbol" Linker error. No you don't, it also tells you which symbols and where. In C++ you have a so-called one d

Multiple Definition of Symbols

2005-11-17 Thread yogesh . kini
Hi all, I am using gcc 4.0 with Xcode 2.2 on Mac OS 10.4.3. I am using two static lib's in my project, which in turn include zlib. I get "multiple definition of symbol" Linker error. While using msvc 7.0 linker flag "/FORCE:MULTIPLE" eliminates this error. Is there a similar flag for gcc? or C