i have the SAC-101.1 source code and i wanted to compile it on my 64bit redhat linux machine and wanted to create <br>64-bit static .a library.<br>even i used :<br>./configure --prefix=mypath CFLAGS=-m64 LDFLAGS=-m64 <br>how come it&#39;s still 32-bit library? <br>
<br>here is an output of the &#39;configure&#39; ...........................................<br>CFLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -m32 -m32<br>LDFLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -m32 -m64<br>LIBS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -ldl -lm -lncurses <br>Debug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = <br>Optimization&nbsp;&nbsp; = <br>
Database&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = off<br>X11-buffer&nbsp;&nbsp;&nbsp;&nbsp; = on<br>X11-depth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = on<br>X_LIBS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; -L/usr/lib64<br>X_CFLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; -I/usr/include<br>Readline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = off<br>Editline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = on<br>Install Base&nbsp;&nbsp; = /auto/home/yzheng/sftw/sac_source-101.1/sac-101.1<br>
System&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = linux_x86_64 (x86_64-unknown-linux-gnu)<br>&nbsp;<br><br>thanks. yingcai<br>