From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: xevol@execpc.com Cc: gcc-help@gcc.gnu.org Subject: Re: Shared Libraries Date: Sun, 09 Jul 2000 00:15:00 -0000 Message-id: <200007090713.JAA00761@loewis.home.cs.tu-berlin.de> References: <39676DEB.985DF973@execpc.com> <200007082157.XAA00895@loewis.home.cs.tu-berlin.de> <3967B5C2.618B3AA1@execpc.com> X-SW-Source: 2000-07/msg00047.html > I found the solution to the problem (or at least something that makes it > go away) although I do not really understand it. In all of my files I > had "#pragma interface" in the header and "#pragma implementation" in > the implementation. I would personally recommend not to use those pragmas at all. Life is simpler without them. Regards, Martin