ERROR: ld.so: object '@' from LD_PRELOAD cannot be preloaded: ignored.
807575May 13 2009 — edited May 13 2009New to Sun Studio Express.
It is just directory on my system:
/home/me/.sunstudio/ceres-dev7-Linux-Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz
I just do not want these warnings in out put window.
Thank you!
:
Running "/var/tmp/sunstudioceres/bin/dmake -f Makefile CONF=Debug" in /home/me/SunStudioProjects/HelloWorld
dmake: defaulting to parallel mode.
See the man page dmake(1) for more information on setting up the .dmakerc file.
localhost --> 1 job
localhost --> 2 jobs
/var/tmp/sunstudioceres/bin/dmake -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf
/var/tmp/sunstudioceres/bin/dmake -f nbproject/Makefile-Debug.mk dist/Debug/SunStudio-Linux-x86/helloworld
`dist/Debug/SunStudio-Linux-x86/helloworld' is up to date.
Build successful. Exit value 0.
Running "/home/me/SunStudioProjects/HelloWorld/dist/Debug/SunStudio-Linux-x86/helloworld" in /home/me/SunStudioProjects/HelloWorld
ERROR: ld.so: object '/home/me/.sunstudio/ceres-dev7-Linux-Intel(R)' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'Pentium(R)' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'Dual' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'CPU' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'E2160' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '@' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '1.80GHz/bin/unbuffer-Linux-x86.so' from LD_PRELOAD cannot be preloaded: ignored.
My variable tempInt = 32
My variable tempFloat = 32.6544
My variable tempDouble = 32.6544
myVar = 234
Run successful. Exit value 0.