mldonkey-tasks
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-tasks] [task #5324] filetype recognition with libmagic


From: spiralvoice
Subject: [Mldonkey-tasks] [task #5324] filetype recognition with libmagic
Date: Thu, 16 Mar 2006 13:11:36 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

Follow-up Comment #4, task #5324 (project mldonkey):

For later usage: libmagic requires (among other stuff) GNU regex
for compiling on MinGW, here is how to do it:
http://www.openldap.org/faq/data/cache/302.html#2
ftp://ftp.gnu.org/gnu/regex

        $ ./configure --prefix=/mingw i686-pc-mingw32
        $ make subdirs= (ignore the error message)
        $ ar ru libregex.a regex.o
        $ cp regex.h /mingw/include
        $ cp libregex.a /mingw/lib


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?func=detailitem&item_id=5324>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]