Changeset 804 for trunk/README.MinGW
- Timestamp:
- 03/08/06 11:35:37 (6 years ago)
- File:
-
- 1 edited
-
trunk/README.MinGW (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.MinGW
r737 r804 8 8 9 9 If 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 11 Edit applications/NXtranslate/text_xml/Makefile.am and 12 applications/NXtranslate/Makefile.am and in both replace 13 `xml2-config --cflags` with -I/usr/local/include in AM_CPPFLAGS 10 14 11 15 Now just type … … 31 35 Enjoy! 32 36 37 38 39 Use libtool 1.5 but note it has problems as MinGW does not ship the unix "file" command so you get "file magic" errors 40 41 to remedy, install file.MinGW as /usr/local/bin/file and chmod +x it 42 43 also rename libmxml.a as libmxml.dll.a 44 33 45 Freddie Akeroyd (F.A.Akeroyd@rl.ac.uk) 34 46 … … 36 48 37 49 $Id$ 50 =================================================================== 51 RCS file: /isis/cvs/repository/nexus/applications/NXtranslate/text_xml/Makefile.am,v 52 retrieving revision 1.3 53 diff -r1.3 Makefile.am 54 32c32
Note: See TracChangeset
for help on using the changeset viewer.
