Displaying 6 results from an estimated 6 matches for "conftestval".
Did you mean:
  conftest_ml
  
2010 Jul 04
5
dovecot-1.2.12 fails to build on Solaris 8 and 10
configure fails with :
configure: error: Unsupported off_t type
I am not too sure what off_t is needed but this is a pretty standard thing.
My configure line :
./configure --build=i386-pc-solaris2.10 --host=i386-pc-solaris2.10
--prefix=/opt/csw --with-zlib --with-ssl=openssl
--with-storages=mbox,maildir --with-libiconv-prefix=/opt/csw
Yes, the openssl libs are in /opt/csw/lib
Not sure what
2003 Jun 13
2
problem with libc_r (uthread_close.c) in 4.8-STABLE
...I was unable
to compile MySQL (it failed during configure phase)..
On further investigation, the following code segment when compiled with
phtreads, results in a segmentation fault:
#include <stdio.h>
typedef long long longlong;
main()
{
  longlong ll=1;
  float f;
  FILE *file=fopen("conftestval", "w");
  f = (float) ll;
  fprintf(file,"%g\n",f);
  close(file);
  exit (0);
}
If I roll back uthread_close.c to Revision 1.10.2.3, the above code
segment works ok so I would assume that there is a bug somewhere in the
latest revision of uthread_close.c?
Regards,
Paul....
1999 May 17
1
minor installation problems
...for working const... yes
    checking size of long... 0
    Size of long must be at least 32 bits
Manual modification of ./configure to use 4 bytes fixed this problem.  
A manual run of the autoconf C program
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(long));
  exit(0);
}
produced the correct result, so
I don't know where this zero size problem came from.  
2.  After the final linking of R via
g77 -o ../../bin/R.binary  arithmetic.o array.o attrib.o bind.o
bu...
1999 May 17
1
minor installation problems
...for working const... yes
    checking size of long... 0
    Size of long must be at least 32 bits
Manual modification of ./configure to use 4 bytes fixed this problem.  
A manual run of the autoconf C program
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(long));
  exit(0);
}
produced the correct result, so
I don't know where this zero size problem came from.  
2.  After the final linking of R via
g77 -o ../../bin/R.binary  arithmetic.o array.o attrib.o bind.o
bu...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...p;& test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_sizeof_char=`cat conftestval`
 else
@@ -2951,7 +2953,7 @@
 
 
 echo $ac_n "checking size of short int""... $ac_c" 1>&6
-echo "configure:2955: checking size of short int" >&5
+echo "configure:2957: checking size of short int" >&5
 if eval "test \"`echo '...
2000 Oct 04
0
2.2.0p1 chroot patch
...p;& test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:3004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_sizeof_char=`cat conftestval`
 else
@@ -3018,7 +3020,7 @@
 
 
 echo $ac_n "checking size of short int""... $ac_c" 1>&6
-echo "configure:3022: checking size of short int" >&5
+echo "configure:3024: checking size of short int" >&5
 if eval "test \"`echo '...