On Thu, Dec 18, 2008 at 12:58 PM, David Fuentes wrote:
>
> good deal. thanks john,
>
> works now. easiest to just modify the flags in Make.common
> post-configure/pre-build
>
>
> hopefully, I'm not loosing too much w/o the
>
> -ansi -pedantic -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC
Well
good deal. thanks john,
works now. easiest to just modify the flags
in Make.common post-configure/pre-build
hopefully, I'm not loosing too much w/o the
-ansi -pedantic -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC
flags.
df
On Thu, 18 Dec 2008, John Peterson wrote:
> On Thu,
On Thu, Dec 18, 2008 at 10:37 AM, David Fuentes wrote:
>
> The other library i'm using is an image processing library ITK.
> I compile each library with it's own respective build system.
> I've seen problems at compile time and runtime.
>
> The interface code that uses both libmesh and ITK is givi
:)
The other library i'm using is an image processing library ITK.
I compile each library with it's own respective build system.
I've seen problems at compile time and runtime.
The interface code that uses both libmesh and ITK is giving me
the problems. The compiler options used by libMesh in
On Thu, Dec 18, 2008 at 10:09 AM, David Fuentes wrote:
>
>
> Working with gcc 4.3.1 in debug mode, the compiler options
>
>
> -ansi -pedantic -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC
>
>
>
> chosen by the configure script do not seem to play nice with another
> library I'm using. Aside from h