On Nov 28, 2007 9:07 AM, Lukas Oboril <oboril.lukas at gmail.com> wrote:
> On Nov 27, 2007 4:18 PM, Stefan Teleman <Stefan.Teleman at sun.com> wrote:
> >
> >
> > Lukas Oboril wrote:
> >
> > > CXX .... look here ... http://opensolaris.pastebin.ca/799162
> > >
> > > I don't know where I'm wrong. Maybe I could specify for LDFLAGS  
> > > -R/opt/foss/lib
> >
> > In $(top_srcdir)/config.h:
> >
> > /* #undef HAVE_ATTRIBUTE_CONST */
> > /* #undef HAVE_ATTRIBUTE_MALLOC */
> > /* #undef HAVE_ATTRIBUTE_MODE */
> > /* #undef HAVE_ATTRIBUTE_NORETURN */
> >
> > This needs a patch, though. I'll try to patch it later this evening, if i 
> > get to it.
> >
> > --Stefan
>
> oohhh  I didn't for error in gnump I looked for error in my steps.
>
> I'll look better next time.
>
> Thank you for hint.
>
>
>
> --
> Lukas 'Luc' Oboril
> IRC nickname: luc^ at freenode
>
>
> When dealing with people, let us remember we are not dealing with
> creatures of logic. We are dealing with creatures of emotions,
> creatures bristling with prejudices and motivated by pride and vanity.
>   Dale Carnegie
>

this is ok for me .... but I'm not sure if this is better solution.

--- 4.2.2.orig/configure.in     2007-10-25 21:48:24.000000000 +0200
+++ 4.2.2/configure.in  2007-11-28 11:16:25.549305000 +0100
@@ -2274,10 +2274,10 @@
 # AC_C_RESTRICT

 GMP_C_STDARG
-GMP_C_ATTRIBUTE_CONST
-GMP_C_ATTRIBUTE_MALLOC
-GMP_C_ATTRIBUTE_MODE
-GMP_C_ATTRIBUTE_NORETURN
+#GMP_C_ATTRIBUTE_CONST
+#GMP_C_ATTRIBUTE_MALLOC
+#GMP_C_ATTRIBUTE_MODE
+#GMP_C_ATTRIBUTE_NORETURN

 GMP_H_EXTERN_INLINE


-- 
Lukas 'Luc' Oboril
IRC nickname: luc^ at freenode


When dealing with people, let us remember we are not dealing with
creatures of logic. We are dealing with creatures of emotions,
creatures bristling with prejudices and motivated by pride and vanity.
  Dale Carnegie

Reply via email to