Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COC:\rhino\EProjects\TestC\Debug>gcc -LC:\MinGW\lib -oTestC.exe TestC.o -lglfw libglfw.a libglfwdll.a gcc: libglfw.a: No such file or directory gcc: libglfwdll.a: No such file or directory C:\rhino\EProjects\TestC\Debug>gcc -LC:\MinGW\lib -oTestC.exe TestC.o -lglfw libglfw libglfwdll gcc: libglfw: No such file or directory gcc: libglfwdll: No such file or directory C:\rhino\EProjects\TestC\Debug>gcc -LC:\MinGW\lib -oTestC.exe TestC.o -lglfw -llibglfw.a libglfwdll.a gcc: libglfwdll.a: No such file or directory
      singulars
    2. COC:\rhino\EProjects\TestC\Debug>gcc -LC:\MinGW\lib -oTestC.exe TestC.o -lglfw -llibglfw.a -llibglfwdll.a c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot find -llibglfw.a c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot find -llibglfwdll.a collect2: ld returned 1 exit status
      singulars
    3. COc:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot finC:\rhino\EProjects\TestC\Debug>gcc -LC:\MinGW\lib -oTestC.exe TestC.o -lglfw -llibglfw -llibglfwdll c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot find -llibglfw c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot find -llibglfwdll collect2: ld returned 1 exit statusd -llibglfw.a c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot find -llibglfwdll collect2: ld returned 1 exit status
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload