Changeset 804 for trunk/README.MinGW


Ignore:
Timestamp:
03/08/06 11:35:37 (6 years ago)
Author:
faa59
Message:

Latest MinGW updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.MinGW

    r737 r804  
    88 
    99If you wish a Microsoft compatible import library (.LIB file that references a DLL) to also be built, you need to make sure the LIB command is available in your MinGW path. Type LIB at the MSYS prompt now to check if this is so. 
     10 
     11Edit applications/NXtranslate/text_xml/Makefile.am and  
     12applications/NXtranslate/Makefile.am and in both replace 
     13`xml2-config --cflags`  with  -I/usr/local/include in  AM_CPPFLAGS 
    1014 
    1115Now just type 
     
    3135Enjoy! 
    3236 
     37 
     38 
     39Use libtool 1.5 but note it has problems as MinGW does not ship the unix "file" command so you get "file magic" errors 
     40 
     41to remedy, install  file.MinGW   as /usr/local/bin/file and chmod +x it 
     42 
     43also rename libmxml.a as libmxml.dll.a 
     44 
    3345Freddie Akeroyd (F.A.Akeroyd@rl.ac.uk) 
    3446 
     
    3648 
    3749$Id$ 
     50=================================================================== 
     51RCS file: /isis/cvs/repository/nexus/applications/NXtranslate/text_xml/Makefile.am,v 
     52retrieving revision 1.3 
     53diff -r1.3 Makefile.am 
     5432c32 
Note: See TracChangeset for help on using the changeset viewer.