You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever i compile the program using this command g++ -std=c++11 main.cpp -lraylib -lopengl32 -lgdi32 -lwinmm
I get these messages from the compiler C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2cd1): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2e76): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2ec1): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2f53): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2f93): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x38af): more undefined references to '_imp___wassert' follow collect2.exe: error: ld returned 1 exit status
What could be causing the issue?
I use mingw i686 8.1.0 posix dwarf rt_v6 rev0
The compiler provided with the installer works just fine with the command i used
The text was updated successfully, but these errors were encountered:
@PointThink No idea... but it seems this issue could be related to this: rust-lang/rust#60912 In any case, it does not seem an issue with raylib but with the MinGW-w64 compiler.
Whenever i compile the program using this command
g++ -std=c++11 main.cpp -lraylib -lopengl32 -lgdi32 -lwinmm
I get these messages from the compiler
C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2cd1): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2e76): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2ec1): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2f53): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x2f93): undefined reference to '_imp___wassert' C:/Users/User/Crap/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/lib/../lib/libraylib.a(rglfw.o):rglfw.c:(.text+0x38af): more undefined references to '_imp___wassert' follow collect2.exe: error: ld returned 1 exit status
What could be causing the issue?
I use mingw i686 8.1.0 posix dwarf rt_v6 rev0
The compiler provided with the installer works just fine with the command i used
The text was updated successfully, but these errors were encountered: