Virus Alert

2003-09-05 Thread postmaster
Este mensaje ha sido generado AUTOMATICAMENTE por el Sistema de deteccion de Virus de correo de la Universidad de Sevilla, el cual ha encontrado el virus WORM_SOBIG.F en el fichero: your_details.pif que ha enviado a [EMAIL PROTECTED], debido bien a que su sistema esta infectado por un virus que

Inflex scan report [09052131432611]

2003-09-05 Thread avadmin
Administrator Email Reply Address: avadmin Email sent to: [EMAIL PROTECTED] Inflex ID: 09052131432611 Report Details --- AntiVirus Results... SWEEP virus detection utility Version 3.71, July 2003 [Digital Unix/Alpha] Includes detection for 82974 viruses,

Re: linking dynamic lib with static one.

2003-09-05 Thread Max Bowsher
J. Ali Harlow wrote: > On 2003.09.04 09:45 Alexander Kogan wrote: >> Hi! >> >> I build DLL with mingw/automake/autoconf/libtool. But this dll depends >> on external static lib, and libtool doesn't produce dll, but say that >> it will be built when I compile program with this library. But I use >> t

Detecting availability of a shared libray

2003-09-05 Thread Sander Niemeijer
Hi all, I have a package that produces a shared/static library via libtool. However this package needs to make use of some external library for data import/export. Since my library has both a shared and a static version this external library also needs to have at least a shared version availab

Re: linking dynamic lib with static one.

2003-09-05 Thread Alexander Kogan
Hi! > I have the same problem (with Gtk+ and libuuid.a). I'm afraid I resorted > to cheating, by disabling the libtool checks as follows: > > mv libtool libtool.orig > sed -e 's/^\(deplibs_check_method\)=.*$/\1=\ > "file_magic ^x86 archive|^x86 DLL" \ > # [ALI] Treat static libs as shared/' < libt

Re: linking dynamic lib with static one.

2003-09-05 Thread J. Ali Harlow
On 2003.09.04 09:45 Alexander Kogan wrote: Hi! I build DLL with mingw/automake/autoconf/libtool. But this dll depends on external static lib, and libtool doesn't produce dll, but say that it will be built when I compile program with this library. But I use this dll in native windows app, coimpiled