planetis-m / naylib

Yet another raylib Nim wrapper
MIT License
181 stars 10 forks source link

undefined reference to [...] #119

Closed luna-197 closed 1 month ago

luna-197 commented 1 month ago

os: linux mint 21.3 linux kernel: 5.15.0-107-generic nim version: 2.1.1

i have no idea what causes all of these errors to occur; from what experience i have with using c, i can only make the assumption that something isn't being linked correctly

error occurs when running basic window example code (removed comments for concision):

import raylib

const
    screenWidth = 800
    screenHeight = 450

proc main =
    initWindow(screenWidth, screenHeight, "raylib [core] example - basic window")
    setTargetFPS(60)

    while not windowShouldClose():
        beginDrawing()
        clearBackground(RayWhite)
        drawText("Congrats! You created your first window!", 190, 200, 20, LightGray)
        endDrawing()

    closeWindow()

main()

error (compilation command included):

> make
nim c -r -d:release -o:bin/main src/main.nim
Hint: used config file '/home/gyoren/.choosenim/toolchains/nim-#devel/config/nim.cfg' [Conf]
Hint: used config file '/home/gyoren/.choosenim/toolchains/nim-#devel/config/config.nims' [Conf]
..................................................................................................................
Hint:  [Link]
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `rgVector2Distance':
rcore.c:(.text+0x6bb1): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `rlRotatef':
rcore.c:(.text+0xb1e8): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0xb444): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `rlGenTextureMipmaps':
rcore.c:(.text+0xd7ae): undefined reference to `log'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `FloatEquals':
rcore.c:(.text+0x10de6): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x10df6): undefined reference to `fmaxf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector2Length':
rcore.c:(.text+0x10f4f): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector2Distance':
rcore.c:(.text+0x10fe6): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector2Angle':
rcore.c:(.text+0x1103e): undefined reference to `atan2f'
/usr/bin/ld: rcore.c:(.text+0x11058): undefined reference to `atan2f'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector2Normalize':
rcore.c:(.text+0x111d6): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector2Rotate':
rcore.c:(.text+0x1133a): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector2MoveTowards':
rcore.c:(.text+0x11475): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector2Clamp':
rcore.c:(.text+0x114e1): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x114ed): undefined reference to `fminf'
/usr/bin/ld: rcore.c:(.text+0x11509): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x11519): undefined reference to `fminf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector2ClampValue':
rcore.c:(.text+0x115dd): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector2Equals':
rcore.c:(.text+0x11645): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x11655): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x116a9): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x116b9): undefined reference to `fmaxf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3Length':
rcore.c:(.text+0x119db): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3Distance':
rcore.c:(.text+0x11a96): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3Angle':
rcore.c:(.text+0x11bb0): undefined reference to `atan2f'
/usr/bin/ld: rcore.c:(.text+0x11bc0): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3Normalize':
rcore.c:(.text+0x11ce0): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3OrthoNormalize':
rcore.c:(.text+0x11ec9): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x11ed3): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3RotateByAxisAngle':
rcore.c:(.text+0x12175): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x12292): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3Min':
rcore.c:(.text+0x123a5): undefined reference to `fminf'
/usr/bin/ld: rcore.c:(.text+0x123ba): undefined reference to `fminf'
/usr/bin/ld: rcore.c:(.text+0x123cf): undefined reference to `fminf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3Max':
rcore.c:(.text+0x1241a): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x1242f): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x12444): undefined reference to `fmaxf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3Clamp':
rcore.c:(.text+0x130ad): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x130bb): undefined reference to `fminf'
/usr/bin/ld: rcore.c:(.text+0x130d0): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x130de): undefined reference to `fminf'
/usr/bin/ld: rcore.c:(.text+0x130f3): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x13101): undefined reference to `fminf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3ClampValue':
rcore.c:(.text+0x131d6): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3Equals':
rcore.c:(.text+0x13255): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x13265): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x132b1): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x132c1): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x13309): undefined reference to `fmaxf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o):rcore.c:(.text+0x13319): more undefined references to `fmaxf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `Vector3Refract':
rcore.c:(.text+0x1346c): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `MatrixRotate':
rcore.c:(.text+0x144d0): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x14642): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `MatrixRotateX':
rcore.c:(.text+0x1465f): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `MatrixRotateY':
rcore.c:(.text+0x14704): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `MatrixRotateZ':
rcore.c:(.text+0x147a6): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `MatrixRotateXYZ':
rcore.c:(.text+0x1485c): undefined reference to `cosf'
/usr/bin/ld: rcore.c:(.text+0x14877): undefined reference to `sinf'
/usr/bin/ld: rcore.c:(.text+0x14887): undefined reference to `cosf'
/usr/bin/ld: rcore.c:(.text+0x148a1): undefined reference to `sinf'
/usr/bin/ld: rcore.c:(.text+0x148b0): undefined reference to `cosf'
/usr/bin/ld: rcore.c:(.text+0x148c9): undefined reference to `sinf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `MatrixRotateZYX':
rcore.c:(.text+0x149f8): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x14a1a): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x14a45): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `MatrixPerspective':
rcore.c:(.text+0x14cd8): undefined reference to `tan'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `MatrixLookAt':
rcore.c:(.text+0x151f2): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x151fc): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionLength':
rcore.c:(.text+0x154ea): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionNormalize':
rcore.c:(.text+0x155d8): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionNlerp':
rcore.c:(.text+0x15a9e): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o):rcore.c:(.text+0x15d11): more undefined references to `sqrtf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionSlerp':
rcore.c:(.text+0x15d1e): undefined reference to `acosf'
/usr/bin/ld: rcore.c:(.text+0x15df2): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x15e16): undefined reference to `sinf'
/usr/bin/ld: rcore.c:(.text+0x15e36): undefined reference to `sinf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionFromVector3ToVector3':
rcore.c:(.text+0x16009): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionFromMatrix':
rcore.c:(.text+0x16128): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionFromAxisAngle':
rcore.c:(.text+0x16417): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x16443): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x1646d): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x1656f): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionToAxisAngle':
rcore.c:(.text+0x165ed): undefined reference to `acosf'
/usr/bin/ld: rcore.c:(.text+0x1670d): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x16714): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionFromEuler':
rcore.c:(.text+0x16767): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x16788): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x167aa): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionToEuler':
rcore.c:(.text+0x168e6): undefined reference to `atan2f'
/usr/bin/ld: rcore.c:(.text+0x16920): undefined reference to `asinf'
/usr/bin/ld: rcore.c:(.text+0x1696c): undefined reference to `atan2f'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `QuaternionEquals':
rcore.c:(.text+0x16b11): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x16b21): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x16b6a): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x16b7a): undefined reference to `fmaxf'
/usr/bin/ld: rcore.c:(.text+0x16bba): undefined reference to `fmaxf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o):rcore.c:(.text+0x16bca): more undefined references to `fmaxf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `SetCameraMode':
rcore.c:(.text+0x19a57): undefined reference to `atan2f'
/usr/bin/ld: rcore.c:(.text+0x19a83): undefined reference to `atan2f'
/usr/bin/ld: rcore.c:(.text+0x19ab0): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x19aba): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `BeginMode3D':
rcore.c:(.text+0x19fe8): undefined reference to `tan'
/usr/bin/ld: rcore.c:(.text+0x1a081): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x1a08b): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `LoadVrStereoConfig':
rcore.c:(.text+0x1a690): undefined reference to `atan2f'
/usr/bin/ld: rcore.c:(.text+0x1a6a5): undefined reference to `tan'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `GetMouseRay':
rcore.c:(.text+0x1b5fd): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x1b607): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x1b63b): undefined reference to `tan'
/usr/bin/ld: rcore.c:(.text+0x1b806): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `GetCameraMatrix':
rcore.c:(.text+0x1bb24): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x1bb2e): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `GetCameraMatrix2D':
rcore.c:(.text+0x1bc1e): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `GetWorldToScreenEx':
rcore.c:(.text+0x1c2ea): undefined reference to `tan'
/usr/bin/ld: rcore.c:(.text+0x1c8c8): undefined reference to `sqrtf'
/usr/bin/ld: rcore.c:(.text+0x1c8d2): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `GetFPS':
rcore.c:(.text+0x1cd24): undefined reference to `roundf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `ProcessGestureEvent':
rcore.c:(.text+0x1d084): undefined reference to `atan2f'
/usr/bin/ld: rcore.c:(.text+0x1d3ef): undefined reference to `atan2f'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `InitWindow':
rcore.c:(.text+0x1f8a0): undefined reference to `roundf'
/usr/bin/ld: rcore.c:(.text+0x1fd46): undefined reference to `roundf'
/usr/bin/ld: rcore.c:(.text+0x1fe23): undefined reference to `roundf'
/usr/bin/ld: rcore.c:(.text+0x1fe50): undefined reference to `roundf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `UpdateCamera':
rcore.c:(.text+0x201df): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x2020d): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x202a6): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x20352): undefined reference to `sinf'
/usr/bin/ld: rcore.c:(.text+0x20445): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x20473): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x2094e): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x2097e): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x20a2c): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o):rcore.c:(.text+0x20a4f): more undefined references to `sincosf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rcore.o): in function `UpdateCamera':
rcore.c:(.text+0x20b99): undefined reference to `sinf'
/usr/bin/ld: rcore.c:(.text+0x20c0b): undefined reference to `sincosf'
/usr/bin/ld: rcore.c:(.text+0x20d04): undefined reference to `cosf'
/usr/bin/ld: rcore.c:(.text+0x20d1d): undefined reference to `sinf'
/usr/bin/ld: rcore.c:(.text+0x20d3f): undefined reference to `cosf'
/usr/bin/ld: rcore.c:(.text+0x20d58): undefined reference to `sinf'
/usr/bin/ld: rcore.c:(.text+0x20e73): undefined reference to `sinf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawCircleSector':
rshapes.c:(.text+0x53d): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x5bd): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x649): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x6eb): undefined reference to `acosf'
/usr/bin/ld: rshapes.c:(.text+0x80d): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x88d): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawCircleSectorLines':
rshapes.c:(.text+0xa49): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0xab8): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0xb0d): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o):rshapes.c:(.text+0xb86): more undefined references to `sincosf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawCircleSectorLines':
rshapes.c:(.text+0xc07): undefined reference to `acosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawCircleGradient':
rshapes.c:(.text+0xd74): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0xdd3): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawCircleLines':
rshapes.c:(.text+0xee9): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0xf4a): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawEllipse':
rshapes.c:(.text+0x1044): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o):rshapes.c:(.text+0x1091): more undefined references to `sincosf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawRing':
rshapes.c:(.text+0x15ee): undefined reference to `acosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawRingLines':
rshapes.c:(.text+0x185f): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x18f7): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x1962): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x1a25): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x1ad4): undefined reference to `acosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawRectanglePro':
rshapes.c:(.text+0x1d8b): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawRectangleRounded':
rshapes.c:(.text+0x26df): undefined reference to `acosf'
/usr/bin/ld: rshapes.c:(.text+0x2856): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x28d6): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x295e): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x2a51): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x2ad1): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o):rshapes.c:(.text+0x34e3): more undefined references to `sincosf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawRectangleRoundedLines':
rshapes.c:(.text+0x3bb0): undefined reference to `acosf'
/usr/bin/ld: rshapes.c:(.text+0x3cc2): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x3d13): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawLineEx':
rshapes.c:(.text+0x4327): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawLineBezier':
rshapes.c:(.text+0x44b5): undefined reference to `sqrt'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawLineBezierQuad':
rshapes.c:(.text+0x4758): undefined reference to `sqrt'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawLineBezierCubic':
rshapes.c:(.text+0x4a1d): undefined reference to `sqrt'
/usr/bin/ld: rshapes.c:(.text+0x4afd): undefined reference to `powf'
/usr/bin/ld: rshapes.c:(.text+0x4b4f): undefined reference to `powf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawPoly':
rshapes.c:(.text+0x4df8): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x4ee7): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawPolyLines':
rshapes.c:(.text+0x4fdb): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x5042): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `DrawPolyLinesEx':
rshapes.c:(.text+0x5108): undefined reference to `cosf'
/usr/bin/ld: rshapes.c:(.text+0x51cb): undefined reference to `sincosf'
/usr/bin/ld: rshapes.c:(.text+0x52b8): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `CheckCollisionCircles':
rshapes.c:(.text+0x5628): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `CheckCollisionLines':
rshapes.c:(.text+0x585e): undefined reference to `fminf'
/usr/bin/ld: rshapes.c:(.text+0x5880): undefined reference to `fmaxf'
/usr/bin/ld: rshapes.c:(.text+0x58b8): undefined reference to `fminf'
/usr/bin/ld: rshapes.c:(.text+0x58da): undefined reference to `fmaxf'
/usr/bin/ld: rshapes.c:(.text+0x594f): undefined reference to `fminf'
/usr/bin/ld: rshapes.c:(.text+0x5973): undefined reference to `fmaxf'
/usr/bin/ld: rshapes.c:(.text+0x59a9): undefined reference to `fminf'
/usr/bin/ld: rshapes.c:(.text+0x59c9): undefined reference to `fmaxf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rshapes.o): in function `CheckCollisionPointLine':
rshapes.c:(.text+0x5a8a): undefined reference to `fmaxf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `stbir__srgb_to_linear':
rtextures.c:(.text+0x2eaf): undefined reference to `pow'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `stbir__linear_to_srgb':
rtextures.c:(.text+0x2ee3): undefined reference to `pow'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `stbi__load_main':
rtextures.c:(.text+0xcd2e): undefined reference to `pow'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `stbi__loadf_main':
rtextures.c:(.text+0xd33b): undefined reference to `pow'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `GenImageGradientRadial':
rtextures.c:(.text+0x120f8): undefined reference to `hypotf'
/usr/bin/ld: rtextures.c:(.text+0x12130): undefined reference to `fmax'
/usr/bin/ld: rtextures.c:(.text+0x12145): undefined reference to `fmin'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `GenImageCellular':
rtextures.c:(.text+0x12685): undefined reference to `hypot'
/usr/bin/ld: rtextures.c:(.text+0x126a0): undefined reference to `fmin'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `ImageDrawPixel':
rtextures.c:(.text+0x13dc4): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x13deb): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x13e13): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x13e66): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x13e8e): undefined reference to `roundf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o):rtextures.c:(.text+0x13eb6): more undefined references to `roundf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `DrawTexturePro':
rtextures.c:(.text+0x14d8e): undefined reference to `sincosf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `ColorFromHSV':
rtextures.c:(.text+0x15f41): undefined reference to `fmodf'
/usr/bin/ld: rtextures.c:(.text+0x15fb1): undefined reference to `fmodf'
/usr/bin/ld: rtextures.c:(.text+0x16010): undefined reference to `fmodf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `SetPixelColor':
rtextures.c:(.text+0x16644): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x1666c): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x16693): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x166dc): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x16704): undefined reference to `roundf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o):rtextures.c:(.text+0x1672b): more undefined references to `roundf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `ImageToPOT':
rtextures.c:(.text+0x17db6): undefined reference to `logf'
/usr/bin/ld: rtextures.c:(.text+0x17e0f): undefined reference to `powf'
/usr/bin/ld: rtextures.c:(.text+0x17e22): undefined reference to `logf'
/usr/bin/ld: rtextures.c:(.text+0x17e7b): undefined reference to `powf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o): in function `ImageFormat':
rtextures.c:(.text+0x18705): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x18720): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x1873b): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x1883a): undefined reference to `roundf'
/usr/bin/ld: rtextures.c:(.text+0x18855): undefined reference to `roundf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtextures.o):rtextures.c:(.text+0x18870): more undefined references to `roundf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtext.o): in function `stbtt__cuberoot':
rtext.c:(.text+0xab6): undefined reference to `pow'
/usr/bin/ld: rtext.c:(.text+0xad7): undefined reference to `pow'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtext.o): in function `stbtt__tesselate_cubic':
rtext.c:(.text+0xdf9): undefined reference to `sqrt'
/usr/bin/ld: rtext.c:(.text+0xe09): undefined reference to `sqrt'
/usr/bin/ld: rtext.c:(.text+0xe19): undefined reference to `sqrt'
/usr/bin/ld: rtext.c:(.text+0xe29): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtext.o): in function `stbtt_GetGlyphShape':
rtext.c:(.text+0x308b): undefined reference to `sqrtf'
/usr/bin/ld: rtext.c:(.text+0x309b): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtext.o): in function `LoadFontData':
rtext.c:(.text+0x60e5): undefined reference to `sqrtf'
/usr/bin/ld: rtext.c:(.text+0x67a3): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtext.o):rtext.c:(.text+0x6bbe): more undefined references to `sqrtf' follow
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtext.o): in function `LoadFontData':
rtext.c:(.text+0x7195): undefined reference to `acos'
/usr/bin/ld: rtext.c:(.text+0x71b7): undefined reference to `cos'
/usr/bin/ld: rtext.c:(.text+0x71da): undefined reference to `cos'
/usr/bin/ld: rtext.c:(.text+0x725b): undefined reference to `sqrtf'
/usr/bin/ld: rtext.c:(.text+0x726e): undefined reference to `sqrt'
/usr/bin/ld: rtext.c:(.text+0x72b9): undefined reference to `sqrtf'
/usr/bin/ld: rtext.c:(.text+0x735b): undefined reference to `sqrtf'
/usr/bin/ld: rtext.c:(.text+0x74b3): undefined reference to `fmod'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rtext.o): in function `GenImageFontAtlas':
rtext.c:(.text+0x7a4c): undefined reference to `logf'
/usr/bin/ld: rtext.c:(.text+0x7aa5): undefined reference to `powf'
/usr/bin/ld: rtext.c:(.text+0x7b62): undefined reference to `sqrtf'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rglfw.o): in function `vidmodeFromModeInfo':
rglfw.c:(.text+0x2a31): undefined reference to `round'
/usr/bin/ld: /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a(rglfw.o): in function `glfwSetGamma':
rglfw.c:(.text+0x6c9f): undefined reference to `powf'
collect2: error: ld returned 1 exit status
Error: execution of an external program failed: 'gcc   -o /home/gyoren/programming/nim/chip-8/bin/main  /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@sexceptions.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@ssince.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@sctypes.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@ssysatomics.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@sansi_c.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@smemory.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@ssyslocks.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sthreadtypes.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sdigitsutils.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@smiscdollars.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sassertions.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@siterators.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@scoro_detection.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sdragonbox.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sschubfach.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sformatfloat.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sobjectdollar.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@sdollars.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@stypedthreads.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@sstacktraces.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sbitops_utils.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@scountbits_impl.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem@srepr_v2.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@swidestrs.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@ssyncio.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@ssystem.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sstrbasics.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@sunicode.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@sparseutils.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@score@smacros.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@sbitops.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@sfenv.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@smath.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@salgorithm.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@stypetraits.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@senumutils.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sjsutils.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sstrimpl.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@sstrutils.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sosseps.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@spathnorm.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@soserrors.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sposix@sposix.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@soscommon.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sospaths2.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sossymlinks.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@soptions.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@stimes.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sosfiles.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sosdirs.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@senvvars.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@sprivate@sosappdirs.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@sstd@scmdline.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.choosenim@stoolchains@snim-@hdevel@slib@spure@sos.nim.c.o /home/gyoren/.cache/nim/main_r/@m..@s..@s..@s..@s.nimble@spkgs@snaylib-1.8.1@sraylib.nim.c.o /home/gyoren/.cache/nim/main_r/@mmain.nim.c.o  -pthread -pthread -lm -lm -lrt /home/gyoren/.nimble/pkgs/naylib-1.8.1/include/libraylib.a   -ldl'
make: *** [Makefile:2: bin/main] Error 1
luna-197 commented 1 month ago

nevermind, nimble refused to update the old version of naylib that i had for some reason, so i had to reinstall the package altogether