Re: [Cppunit-devel] possible problem with build 1.9.4
Brought to you by:
blep
From: Jeffrey M. <ku...@zo...> - 2002-04-21 00:53:52
|
> > < #endif > \ No newline at end of file > --- > > #endif > > > > => means that a new line should be added to the file, right ? Yes. The gnu compiler complains with a warning if the newline is not there. > > Well, you're patch should fix the problem for most, dl.so is present on most > (all?) Unix, isn't it ? I believe it should be available on almost all open systems. A more precise approach would be to check for it and setup accordingly. |