X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 26 Aug 2004 23:02:51 -0400 Message-Id: <200408270302.i7R32pW5002282@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <1093574517.26693@proxy2.srv.ualberta.ca> (jdhanley AT telusplanet DOT net) Subject: Re: errors when linking References: <1093551837 DOT 155041 AT proxy2 DOT srv DOT ualberta DOT ca> <200408262048 DOT i7QKmVUP029709 AT envy DOT delorie DOT com> <1093560759 DOT 721269 AT proxy2 DOT srv DOT ualberta DOT ca> <200408262337 DOT i7QNbXEt031947 AT envy DOT delorie DOT com> <1093574517 DOT 26693 AT proxy2 DOT srv DOT ualberta DOT ca> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Do you have any idea what might be the problem with my "multiple > definitions" error? I just have a .h file with 3 structs and a bunch of > function prototypes. I #include them in my main.c and program.c files. I > am not sure why I am getting these errors. Which symbol is multiply defined, and what do you have for that symbol in the .h file?