Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Thousand Separators Pin
David Crow1-Apr-10 16:29
David Crow1-Apr-10 16:29 
GeneralRe: C++ Thousand Separators Pin
Joe Woodbury1-Apr-10 17:05
professionalJoe Woodbury1-Apr-10 17:05 
GeneralRe: C++ Thousand Separators Pin
awesometrickycool3-Apr-10 12:48
awesometrickycool3-Apr-10 12:48 
GeneralRe: C++ Thousand Separators Pin
awesometrickycool3-Apr-10 12:49
awesometrickycool3-Apr-10 12:49 
GeneralRe: C++ Thousand Separators Pin
Joe Woodbury3-Apr-10 13:04
professionalJoe Woodbury3-Apr-10 13:04 
GeneralRe: C++ Thousand Separators Pin
awesometrickycool3-Apr-10 13:30
awesometrickycool3-Apr-10 13:30 
GeneralRe: C++ Thousand Separators Pin
Joe Woodbury3-Apr-10 15:06
professionalJoe Woodbury3-Apr-10 15:06 
QuestionProblem with glut when linking statically Pin
jocasa1-Apr-10 2:25
jocasa1-Apr-10 2:25 
Hi!

I'm working on a project (LogMap) using wxWidgets and glut, in linux. When I link dynamically everything goes ok. But when I try to link statically, ld gives an error message:

g++ *.cpp -static -lglut `wx-config --libs` `wx-config --cxxflags` `wx-config --gl-libs` -o logmap


/usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld: cannot find -lglut
collect2: ld returned 1 exit status


Does anyone have an idea of what is happening? Any idea of how to solve it?

Thanks in advance.
QuestionRe: Problem with glut when linking statically Pin
CPallini1-Apr-10 2:41
mveCPallini1-Apr-10 2:41 
AnswerRe: Problem with glut when linking statically Pin
jocasa1-Apr-10 2:51
jocasa1-Apr-10 2:51 
GeneralRe: Problem with glut when linking statically Pin
CPallini1-Apr-10 2:58
mveCPallini1-Apr-10 2:58 
GeneralRe: Problem with glut when linking statically Pin
jocasa1-Apr-10 3:00
jocasa1-Apr-10 3:00 
GeneralRe: Problem with glut when linking statically Pin
jocasa1-Apr-10 3:22
jocasa1-Apr-10 3:22 
GeneralRe: Problem with glut when linking statically Pin
LunaticFringe1-Apr-10 3:43
LunaticFringe1-Apr-10 3:43 
GeneralRe: Problem with glut when linking statically Pin
jocasa1-Apr-10 4:12
jocasa1-Apr-10 4:12 
GeneralRe: Problem with glut when linking statically Pin
LunaticFringe1-Apr-10 4:24
LunaticFringe1-Apr-10 4:24 
GeneralRe: Problem with glut when linking statically Pin
CPallini1-Apr-10 6:16
mveCPallini1-Apr-10 6:16 
GeneralRe: Problem with glut when linking statically Pin
Moak1-Apr-10 6:26
Moak1-Apr-10 6:26 
GeneralRe: Problem with glut when linking statically Pin
LunaticFringe1-Apr-10 8:11
LunaticFringe1-Apr-10 8:11 
GeneralRe: Problem with glut when linking statically Pin
CPallini1-Apr-10 9:19
mveCPallini1-Apr-10 9:19 
GeneralRe: Problem with glut when linking statically Pin
jocasa1-Apr-10 9:41
jocasa1-Apr-10 9:41 
Questioncsv file problem Pin
Member 5903101-Apr-10 2:12
Member 5903101-Apr-10 2:12 
AnswerRe: csv file problem Pin
MsmVc1-Apr-10 2:17
MsmVc1-Apr-10 2:17 
GeneralRe: csv file problem Pin
Member 5903101-Apr-10 2:22
Member 5903101-Apr-10 2:22 
GeneralRe: csv file problem Pin
MsmVc1-Apr-10 2:28
MsmVc1-Apr-10 2:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.