python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
"Undefined symbols for architecture arm64" - What does this mean?
I'm unable to get my code to run, and the internet doesn't seem to know why. I'm not sure what I need to let you know, but I am using CLion if that helps.
This is my plant.h file:
#ifndef COURSEWORK_P...
TheEmpressEllaseen
Votes: 0
Answers: 1
gcc: undefined reference to `fy_library_version'
I'm trying to check if my installation of libfyaml was successful since I have to use the library in a project. I built it from source and the installation went fine, but when I compile the test progr...
epodegrid
Votes: 0
Answers: 2
What is wrong with my code? I am getting "undefined reference to " errors
i am a beginner programmer currently learning about classes and objects, for some reason my code is getting the error "undefined reference to " whenever i try to run the code.
This is testem...
kevin patel
Votes: 0
Answers: 0
Undefined identifier and unresolved external errors C++ Visual Studio 2022
This is basically two errors in one, that seem to come from the same thing. If I define my functions in my main.cpp file, and forward declare them at the top of the file, it doesn't give me any errors...
SwillMith16
Votes: 0
Answers: 1