[CONC-193] [RESOLVED] Undefined references with fltk [LINKER ERROR] Created: 2016-07-18 Updated: 2016-07-19 Resolved: 2016-07-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.3.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Dustin Goodson | Assignee: | Georg Richter |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 7 Enterprise |
||
| Description |
|
REMOVE THIS BUG REPORT, IT WAS A USER ERROR! Sorry! The following error occurs when attempting to compile MariaDB C Connector with an included Fltk lib (Just recompiled fltk-1.3.3 to confirm it wasn't a bad copy). What I am typing in Mingw64 shell (part of Msys2): and gcc -o ./test.exe -I'../MariaDB Connector C 64-bit/include' -I/usr/local/fltk-1.3.3/include -mwindows -L/usr/local/fltk-1.3.3/lib '../MariaDB Connector C 64-bit/lib/libmariadb.dll' /usr/local/fltk-1.3.3/lib/libfltk.a -lole32 -luuid -lcomctl32 ./cellstructures.cpp ./test.cpp Which results in these errors C:\Users****\msys64\tmp\ccj6bAyV.o:cellstructures.cpp |