Are you including the same h file more then once? Or not including the right ones?
----- Original Message ----- From: "William Bittick" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, May 16, 2003 9:28 AM Subject: Question about Mprog, rprog oprog > Hello everyone, > > /home/mobius/pdox/src/olc_mpcode.c:66: multiple definition of `mpedit_table' > olc_mpcode.o:/home/mobius/pdox/src/olc_mpcode.c:66: first defined here > olc_mpcode.o: In function `mpedit_create': > /home/mobius/pdox/src/olc_mpcode.c:414: multiple definition of > `mpedit_create' > olc_mpcode.o:/home/mobius/pdox/src/olc_mpcode.c:414: first defined here > olc_mpcode.o: In function `mpedit_code': > /home/mobius/pdox/src/olc_mpcode.c:594: multiple definition of `mpedit_code' > olc_mpcode.o:/home/mobius/pdox/src/olc_mpcode.c:594: first defined here > olc_mpcode.o: In function `mpedit_show': > /home/mobius/pdox/src/olc_mpcode.c:546: multiple definition of `mpedit_show' > olc_mpcode.o:/home/mobius/pdox/src/olc_mpcode.c:546: first defined here > olc_mpcode.o: In function `mpedit_list': > /home/mobius/pdox/src/olc_mpcode.c:639: multiple definition of `mpedit_list' > olc_mpcode.o:/home/mobius/pdox/src/olc_mpcode.c:639: first defined here > olc_mpcode.o: In function `mpedit': > /home/mobius/pdox/src/olc_mpcode.c:81: multiple definition of `opedit_table' > olc_mpcode.o:/home/mobius/pdox/src/olc_mpcode.c:81: first defined here > olc_mpcode.o: In function `opedit_create': > /home/mobius/pdox/src/olc_mpcode.c:458: multiple definition of > `opedit_create' > olc_mpcode.o:/home/mobius/pdox/src/olc_mpcode.c:458: first defined here > olc_mpcode.o: In function `opedit_code': > /home/mobius/pdox/src/olc_mpcode.c:609: multiple definition of `opedit_code' > olc_mpcode.o:/home/mobius/pdox/src/olc_mpcode.c:609: first defined here > olc_mpcode.o: In function `opedit_show': > > Ok I just flat out don't get this error, I get through the compile but > whenever it goes to build the executable i get these list of errors from the > olc_mpcode.c file. I know what this error means generally but in this case > i'm stumped, I can't for the life of me figure out why it is giving me this > error. If someone could help me out here, and maybe point me in the right > direction then it would be much appreciated. > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

