[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libredwg] Build libreDwg on ms windows
From: |
address@hidden |
Subject: |
[libredwg] Build libreDwg on ms windows |
Date: |
Tue, 24 Aug 2010 22:25:24 +0200 |
Hi All,
I'm trying to build libredwg with minGw on a windows 7 64 bit os.
I'm just to try to build the example .c files but I get some errors.
There is someone that can give me some help ?
those are the command that i use for compyling
>.....\examples>gcc load_dwg.c -I
>C:\Users\mboscolo\Desktop\R38\libdwg\libredwg\src
C:\Users\mboscolo\AppData\Local\Temp/ccyssOdj.o:load_dwg.c:(.text+0x113):
undefined reference to `_dwg_read_file'
C:\Users\mboscolo\AppData\Local\Temp/ccyssOdj.o:load_dwg.c:(.text+0x29b):
undefined reference to `_dwg_free'
collect2: ld returned 1 exit status
I can build this example .c file following the tutorial on the wiki with cygwin.
Thanks in advance,
Matteo