RE: [Cppunit-devel] CppUnit 1.9.6 tar ball - Solaris problem
Brought to you by:
blep
From: Stanley S. <su...@t-...> - 2002-04-23 14:12:07
|
I'll give that a try, if I can figure out where to supply arguments to = automake. I'm not that familar with the GNU auto* tools, we use a = combination of perl and shell scripts to maintain our multi-platform = build system. It has the advantage of being much faster, but the = disadvantage of being tailored to supporting our own system, not anyone = else's. -----Original Message----- From: Steve M. Robbins [mailto:ste...@vi...] Sent: Mon 22-Apr-02 17:59 To: Stanley Sutton Cc: CppUnit Development Subject: Re: [Cppunit-devel] CppUnit 1.9.6 tar ball - Solaris problem On Mon, Apr 22, 2002 at 12:38:25PM -0500, Stanley Sutton wrote: > Also, the "-Wp,-MD,.deps/..." doesn't > seem to mean anything to the Solaris compiler, so the cp and the tr = both fail.=20 > If the purpose of the option is to generat dependancies, the -xM = generates a > dependancy list to stdout, -xM1 generates a unique list with the = /usr/include > files filtered out. Yes, that is the dependency-generating stuff from automake. I can't quickly find a list of compilers that automake supports, but it sounds like yours is not one of them. The automake team would probably like to know how to enable it for your compiler; send them email at <bug...@gn...>. In the meantime, automake supports a --disable-dependency-tracking that you can use. This may not be supported in automake versions prior to 1.5. On Mon, Apr 22, 2002 at 02:37:42PM -0500, Stanley Sutton wrote: > As near as I can figure, the problem is in the template instantation. = I know > we've had problems with that in our code before, do to a compiler = inker bug.=20 > We use the linker option "-z now" on all of our Solaris compiles, as = well as > absolute disk paths rather than relative ones to keep from confusing = the > compiler/linker. However, I haven't been able to figure out how to = add the "-z > now" to the linker. ".configure = --prefix-/space/local_users/sutton/solaris > LD_FLAGS=3D'-z now'" didn't seem to have any affect. The variable is "LDFLAGS". =20 Setting it at configure time should work with autoconf 2.5x, I believe. If it doesn't, you can always set it on the "make" command line. --=20 by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants _______________________________________________ Cppunit-devel mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |