erreur de link avec DevIL
Bonjour,
en utilisant libIL.a du repo http://openil.sourceforge.net/ j'ai des erreurs au link:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| $ make FLASCC=/cygdrive/g/_xBridge/crossbridgeOK/sdk FLEX=/cygdrive/c/Users/Bru
ce/Documents/flex_sdk_4.6.0.23201B/
-------- ZaaIL SWC --------
Now compile ZaaIL SWC
"/cygdrive/g/_xBridge/crossbridgeOK/sdk/usr/bin/g++" -O4 as3api.cpp main.cpp li
b/libIL.a -emit-swc=Zaa.IL -o ZaaIL.swc
0 [main] cygpath 6472 find_fast_cwd: WARNING: Couldn't compute FAST_CWD po
inter. Please report this problem to
the public mailing list <a href="mailto:cygwin@cygwin.com">cygwin@cygwin.com</a>
...
lib/libIL.a: error: undefined reference to '_jpeg_resync_to_restart'
lib/libIL.a: error: undefined reference to '_jpeg_start_compress'
lib/libIL.a: error: undefined reference to '_jpeg_write_scanlines'
lib/libIL.a: error: undefined reference to '_jpeg_start_decompress'
lib/libIL.a: error: undefined reference to '_jpeg_read_scanlines'
lib/libIL.a: error: undefined reference to '_jpeg_std_error'
lib/libIL.a: error: undefined reference to '_jpeg_CreateCompress'
lib/libIL.a: error: undefined reference to '_jpeg_set_defaults'
lib/libIL.a: error: undefined reference to '_jpeg_set_quality'
lib/libIL.a: error: undefined reference to '_jpeg_simple_progression'
lib/libIL.a: error: undefined reference to '_jpeg_finish_compress'
lib/libIL.a: error: undefined reference to '_jpeg_destroy_compress'
lib/libIL.a: error: undefined reference to '_jpeg_CreateDecompress'
lib/libIL.a: error: undefined reference to '_jpeg_read_header'
lib/libIL.a: error: undefined reference to '_jpeg_finish_decompress'
lib/libIL.a: error: undefined reference to '_jpeg_destroy_decompress'
lib/libIL.a: error: undefined reference to '_jpeg_destroy'
collect2: ld returned 1 exit status
Makefile:2: recipe for target `T' failed
make: *** [T] Error 1 |
je cherche donc a recompiler DevIL (ou ResIL qui a l'air plus récent https://sourceforge.net/p/resil ) sous cygwin
je lance:
Code:
1 2 3 4 5 6 7 8
| $ ./configure
Le résultat:
[I]checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details. |
est-ce que quelqu'un peut m'aider?