Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Linker warnings ... skipping incompatible ...
Linker warnings ... skipping incompatible ... [message #46004] Mon, 15 February 2016 17:15 Go to next message
Navadvipa Chandra das is currently offline  Navadvipa Chandra das
Messages: 34
Registered: January 2016
Location: DPR, Donetsk region, Chay...
Member

Hello, all!

TheIDE version 9466 (64 bit) (Gtk)
Rosa Linux Fresh R7

gcc - version 4.9.2_2014.08-2

When I install the Ultimate++ command make got the following warnings.
Development environment ThedIDE still going. Every time you build the project received these linker warnings:

Linking...
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/librt.so when searching for -lrt
/usr/bin/ld: skipping incompatible /usr/lib/libstdc++.so when searching for -lstdc++
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
/home/navadvipa/upp.out/MyApps-bazaar/GCC.Debug.Debug_Full.G ui.Shared/sanskrit_peregonka (22918600 B) linked in (0:10.91)

OK. (0:28.48)

And compiled programs are working well!
This is why it is so? Needs to be replaced gcc to a new version?

Thanks!


With best regards Navadvipa Chandra das.
Re: Linker warnings ... skipping incompatible ... [message #46009 is a reply to message #46004] Tue, 16 February 2016 20:13 Go to previous message
Navadvipa Chandra das is currently offline  Navadvipa Chandra das
Messages: 34
Registered: January 2016
Location: DPR, Donetsk region, Chay...
Member

Hello, all!


The answer is that with the system at the same time, there are versions of the same libraries for i586 and x86_64 , and the scripts are written so that they are searched. Library unnecessary platform are discarded.

For example:

/usr/lib/libdl.so
/usr/lib64/libdl.so


With best regards Navadvipa Chandra das.
Previous Topic: How to build FREBSD *.so in Windows?
Next Topic: How to view that U++ generated from *.lay and *.sch files
Goto Forum:
  


Current Time: Thu Mar 28 09:30:22 CET 2024

Total time taken to generate the page: 0.01088 seconds