From: Jim C. <li...@yg...> - 2007-02-11 19:13:17
|
On Feb 5, 2007, at 7:43 AM, Dominique Arpin wrote: > The problem I have, I can't build a binary for htsearch. I just > have a > bash script. Maybe I forget to install something. > > configure:9499: checking if libtool supports shared libraries > configure:9501: result: yes > configure:9504: checking whether to build shared libraries > configure:9562: result: yes > configure:9565: checking whether to build static libraries > configure:9569: result: yes > configure:9661: creating libtool > configure:10208: checking for ld used by g++ > > htsearch work just fine, but it's a wrapper. With this wrapper, I > can't > have different htsearch with different configuration. Are you sure that you are looking at the installed version of htsearch (the one placed by make install)? Or at least the one in htsearch/.libs? The file named htsearch in the htsearch directory will be a wrapper script, but what is installed (or built in .libs) should be a binary executable. Jim |