On Sat, 4 Nov 2006 03:06:03 +1000 Mark Livingstone <[EMAIL PROTECTED]> wrote:
ML> make -C src libhash_drv.la ML> /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -Wmissing-prototypes ML> -Wmissing-declarations -o libhash_drv.la -rpath /usr/local/lib -lm ML> ar cru .libs/libhash_drv.a ML> ar: no archive members specified ML> usage: ar -d [-TLsv] archive file ... ML> ar -m [-TLsv] archive file ... ML> ar -m [-abiTLsv] position archive file ... ML> ar -p [-TLsv] archive [file ...] ML> ar -q [-cTLsv] archive file ... ML> ar -r [-cuTLsv] archive file ... ML> ar -r [-abciuTLsv] position archive file ... ML> ar -t [-TLsv] archive [file ...] ML> ar -x [-ouTLsv] archive [file ...] ML> make[3]: *** [libhash_drv.la] Error 1 This is some strange ar you have... "ar cru .libs/libhash_drv.a" works just fine here, what system do you compile on? Do you use any non default configure switches? Thanks, VZ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
