FLTK logo

[fltk.general] Could not successfully built FLTK1.4 (latest commit) on Manjaro Linux

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Could not successfully built FLTK1.4 (latest commit) on Manjaro Linux Charalampos Rempas Oct 03, 2021  
 
I got FLTK from the final commit on master (git clone https://...) and I tried to build it on Manjaro linux. I use the following configuration settings: `./configure --disable-gl --disable-xinerama --enable-shared`. Then I built the library with `make -j8` and there was no shared libraries to be found. I can also confirm that by the fact that when a program and then try to run it, I'm getting the following error message: "error while loading shared libraries: libfltk.so.1.4: cannot open shared object file: No such file or directory". Another thing I'm discovered is that I'm not able to compile with "cc" ("gcc" in my case) but only with "c++". In the official docs in the basics section, It shows that I should have been able to compile with "gcc" but when I'm trying to do that, I'm getting the following error: "/usr/bin/ld: /tmp/ccelgt6s.o: undefined reference to symbol '_ZdlPvm@@CXXABI_1.3.9'
/usr/bin/ld: /usr/lib/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status" which from what I understand means that the C++ standard library should also be linked. Any ideas?

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/02530ca9-74bf-459b-b2b7-70b771635fcfn%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.