|
From: SourceForge.net <no...@so...> - 2005-06-10 11:07:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3194113 By: jmalvarezp Hi all, I'm trying to merge an application that uses OpenGL and glut with another application written in Tcl/Tk. I'm using Togl to get them together. I've been able to compile Togl and create the dlls for togl.dll and the sample files in my own computer. I've also tried in a second machine and I've been able to compile the source files to create the object files, but it fails when trying to build the dlls. My computer specs: Windows 2000. 5.00.2195. Service Pack 4. gcc version 3.4.2 (mingw-special) GNU Make 3.80 GNU ld version 2.15.94 20050118 The other computer specs: gcc version 3.4.2 (mingw-special) GNU Make 3.80 GNU ld version 2.15.91 20040904 The compilation commands and error messages are: gcc -c -DWIN32 -I"C:\Archivos de programa\Tcl\include" -DUSE_TCL_STUBS -DUSE_TK_STUBS togl.c togl.c: In function `Togl_Configure': togl.c:1070: warning: passing arg 5 of pointer to function from incompatible pointer type gcc -shared -L"C:\Archivos de programa\Tcl\lib" togl.o -ltclstub84 -ltkstub84 -lglu32 -lopengl32 -lgdi32 -o togl.dll Warning: .drectve `-defaultlib:MSVCRT ' unrecognized Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized Warning: .drectve `-defaultlib:MSVCRT ' unrecognized Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized Cannot export ??_C@_02MGIH@Tk?$AA@: symbol not found Cannot export ??_C@_03KBFG@Tcl?$AA@: symbol not found Cannot export ??_C@_0DB@NNNK@This?5implementation?5of?5Tk?5does?5n@: symbol not found Cannot export ??_C@_0DM@EBFE@This?5interpreter?5does?5not?5suppor@: symbol not found collect2: ld returned 1 exit status Same thing happens for the sample files included. Any hint? Thanks in advance. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=286529 |