Software :: Using KColorButton In QT Application By QTCreator: Linker Error

Jan 11, 2010

I am using OpenSuse 11.2 which I just installed. I was working on one QT application in OpenSuse 10.3 with few KColorButton in it and it was compiling fine under that dist. Now after copying the project to 11.2 environment , I can't make the project. It's now throwing linker error :

[Code]....

View 2 Replies


ADVERTISEMENT

Programming :: Linker Error Using Cross Compiler

Aug 11, 2010

I am using a arm compiler to build my program but getting following compiler error at the end -
init.c.text+0x2c): undefined reference to '__libc_csu_fini'
init.c.text+0x34): undefined reference to '__libc_csu_init'

View 1 Replies View Related

Ubuntu :: Linker Error: Cannot Find LXmu (whereas It's Installed)

Feb 16, 2011

I'm trying to compile a file with the following line :

Code: gcc lesson2.c -o lesson2 -I /usr/X11R6/include/ -L /usr/lib/ -L/usr/X11R6/lib/ -L /usr/X11R6/lib64/ -lglut -lGL -lGLU -lX11 -lXmu -lm But i got the error : /usr/bin/ld: cannot find -lXmu

I'm using this to compile a simple OpenGL file, and if I remove lxmu (and lxi, wiche gives me the same error), it got the all clear, but when I tun my program, I got an "Segmentation fault" error (I think because of the missing librairies)... When I did a locate libXmu :

[Code]...

View 2 Replies View Related

Programming :: Linker Error - Couldn't Get The Program To Link

Jul 9, 2010

I have a simple C program which uses ncurses library and I am having linker issues and couldn't get the program to link.

[Code]...

So I think the ncurses libraries are in place but gcc still couldn't link. I am totally stumped.

View 3 Replies View Related

Programming :: Linker Error For A Singleton Class Program

May 5, 2011

I am getting a linker error for a simple program to represent a singleton class.

Find below the program which I have written:

View 3 Replies View Related

Software :: Make Error When Compiling Courier-authlib-0.55 - /usr/bin/ld: Cannot Find -linker

Feb 10, 2010

I have been struggling to install courier-authlib. I have tried several version from 0.55 to the latest and I keep receiving the same error.

Linking libauthvchkpw.la
/usr/bin/ld: cannot find -linker
collect2: ld returned 1 exit status
make[2]: *** [libauthvchkpw.la] Error 1

[code]...

I have been googleing for the past week to try and resolve this with no joy. any help would be greatly appreciated. I am installing on CentOS 5.3 with config options as follows...

./configure --prefix=/usr/local --exec-prefix=/usr/local --with-authvchkpw --without-authldap --without-authmysql --disable-root-check --with-ssl --with-authchangepwdir=/usr/local/libexec/authlib --with-redhat

and when I run the make commands I receive the peceeding errors (above)

View 3 Replies View Related

Programming :: C++ Link Error - File Format Not Recognized - Treating As Linker

Apr 22, 2010

I am trying to compile a software using a provided sdk. I suspect that the sdk has some mismatch of the platform library, but I am not sure.

The error I got is

Code:

The libidata.so.42 is there in that folder. I guess the file might be in a big endian. Is there a way to check if the libidata.so.42 i have might be a big endian format, rather than little endian?

If my guess is incorrect, This is a c++ code on fedora x86 machine.

View 4 Replies View Related

Programming :: Linker: Fatal Error LNK1104: Cannot Open File 'tbb_debug.lib'

Jan 16, 2011

Recently I have downloaded TBB and I want to run a program using its libraries. But I encountered the following error: Linker: fatal error LNK1104: cannot open file 'tbb_debug.lib'

View 1 Replies View Related

Software :: Search And Replace In QtCreator?

Aug 1, 2010

I just can't figure it out at all!

View 1 Replies View Related

Programming :: Linker Error "undefined Reference" With G++

Jul 30, 2010

I am facing some problems when i am trying to link using g++. The linker error text is "undefined reference to `std::vector<std::string, std::allocator<std::string> >::end()'"

View 3 Replies View Related

Programming :: GCC Linker Failed To Link ?

Apr 7, 2011

In linking a library in using GCC.

I am compiling Pro*C code.

When the maKe file start compiling if prints following :

Code:

I tried different options but unable to find the reason why it is not linking the libraries correctly.

View 3 Replies View Related

General :: Use A Newly Compiled Dynamic Linker?

Feb 16, 2011

install a newly compiled linker as the default linker on my VM running Ubuntu. I compiled and installed a new custom kernel on my VM (linux-2.6.36) and also compiled (not install) a custom gnu c library (glibc-2.11.2) on the newly installed custom kernel. I am able to run a simple helloworld.c program to verify that my program worked successfully using the newly build dynamic linker in the /elf directory.

I want to replace the real linker inside /lib with the new linker that I compiled. I tried to make the soft link named ld-linux-x86-64.so.2 that originally points to the real linker file ld-2.11.1.so, point to my newly compiled linker, but my VM crashed. I also tried moving the compiled linker and wrote it over the original linker, and the VM crashed. None of the commands worked after that as they could not access any of the shared libraries and I received this error '/bin/bash: No such file or directory'. I also tried to change the LD_LIBRARY_PATH to point to my linker and did not have any luck there either.

View 2 Replies View Related

Programming :: How To Write A Lds - Linker Script - File?

Oct 13, 2010

I first found something called lds(linker script) file.

And now I am willing to do a test with __attribute__((section)) to make a function stay in a private section. Sounds fun to me.

Part of my source code looks like this

By objdump, I didn't find a section called "my_own".

View 2 Replies View Related

Programming :: Static Linker With Make Configure

Oct 2, 2010

I need to compile a program and make it portable to other computers, but it needs some external libraries and I don't want them to be linked dynamically, I would like to compile them as one single executable or at least compile them in the same directory as the main output files. The program is sphinx>, it has its own configure and make scripts. I know I can run g++ with the -static flag, but I don't know how to do this with make or configure. This is the ./configure --help output

[Code]....

View 1 Replies View Related

Programming :: Undefined Reference To 'pthread_create' From Linker?

Jul 6, 2010

I am having trouble linking the pthread library.I have -lpthread -lm as options for the GNU GCC compiler.

Build Log
Compiling: main.c
Compiling: matrix.c

[code]...

View 2 Replies View Related

Software :: Make - Building Project With Different Linker And Compiler?

Jun 7, 2011

I am trying to recompile a large open source project with the Nvidia Cuda Compiler: 'nvcc' [URL].. nvcc supports all the compile flags that gcc does but not all of the linking options. This shouldn't be a problem however as nvcc generates object files that are compatible with gcc and I should hence be able to compile with nvcc and then link with gcc (linking against the CUDA library).

To compile with nvcc I use:
./configure CC=nvcc

Which successfully creates make files that se nvcc to compile. But the Configuration script does not seem to honor LD=gcc in the same way, ie: ./configure CC=nvcc LD=gcc still tries to link everything with nvcc which promptly fails because nvcc does not support the option '-soname' without which the project will not link correctly. What am I doing wrong? How can tell the config script to link with gcc?

View 1 Replies View Related

Programming :: Get Ride Unwanted Compiler / Linker Output

Jul 18, 2011

I am using g++ 4.5.2 I copied and tried a piece simple (Making a Class Writealbe to a Stream) program, from page 363 of book(C++ cookbook), Example 10-6 your can download and test by yourself [URL]

[Code]....

View 1 Replies View Related

Fedora :: Adding LibX11 Permanently To Linker Command Line

Mar 15, 2011

I've been compiling a lot of games recently and most of them requires me to add libX11 to the linker command line. I can't think of nothing but to take a look at the Makefile and add -lX11. It works, but now, I'm compiling from a git repo, and I know the change will removed once I update the my working copy.To make it short, is it possible to add libX11 permanently to the linker command line?

View 7 Replies View Related

Software :: Link Custom Libraries To Target Executables Using In G++ Linker

Jun 29, 2010

I am having some trouble when I try to link my custom libraries to target executables. There are two libraries

liba
libb

and an executable exec based on main.o The library libb has some reference to liba. Now if I put the libraries in same directories, I can compile the code as g++ -o exec main.o liba.a libb.a But, if I put the libraries in different directories, say d1 and d2, and use the command as g++ -o exec main.o d1/liba.a d2/libb.a I get an error as undefined reference to some function in liba. I am not sure if I am missing some thing in linking process. Also, if libb doesnot refer any functions in liba, there is no error in either of the case.

View 1 Replies View Related

Programming :: Compiling Mplayer - Boat Load Of Linker Errors

Mar 30, 2011

I did a ./configure and make and got this returned about 1/2 hr later:

Code:
undefined reference to `glDisable'
undefined reference to `glDisable'
undefined reference to `glutKeyboardFunc'
undefined reference to `glutSpecialFunc'
undefined reference to `glReshapeFunc'

And the oddest part is.... I passed --disable-gl to configure!

View 4 Replies View Related

OpenSUSE :: The Web Application Uses A .htaccess File That Causes Site To Error With Error "403 Forbidden"?

Jun 21, 2011

I have a web application that runs on PHP and MySQL on opensuse 11.4 (web server) and opensuse 11.1 (database server).The web application uses a .htaccess file that causes my site to error with error "403 forbidden". If I add "+FollowSymLinks" at the top, it loads the application just fine.But problem is that I have an issue with the application, and they believe that my .htaccess file is at fault since it's custom. I hightly doubt it but wanted to eliminate that as a concern.

View 1 Replies View Related

Ubuntu :: Cannot Unmount / Error Saying It's In Use By Another Application?

Aug 19, 2010

I installed KDE 4.4 through Ubuntu's repos and then upgraded to 4.5 via backport PPA. I am unable to unmount any USB device. It keeps saying it's in use by another application. Even if I plug it in and do nothing, but then try to unmount, it gives me this error?

View 6 Replies View Related

CentOS 5 :: Application Won't Start - Error ?

Sep 29, 2009

I'm trying to get an application started, but it just keeps throwing this error:

I know it's a Perl Error and the proper module is installed, but I'm assuming it just can't find it.

View 3 Replies View Related

Fedora :: Gpk-application Giving An Authentication Error?

Mar 17, 2011

I am trying to learn it, understand it, and maybe even become proficient with it (one day... ). After trying a few different flavors, I settled on Fedora XFCE, and installed v14 (i686) in a dual boot setting with Windows. I am running it on an HP laptop.I have had an issue ever since I installed a rather large list of updates a few days ago. One of which was a Linux kernel update to 2.6.35.6-45.fc14.i686 (not really sure if that is significant, but I noticed the issue after selecting this kernel version in the boot menu). Now, anytime I try to add software, or run the update utility I get the error message:Quote:You have failed to provide correct authentication. Please check any passwords or account settings.

More Details:Failed to obtain authentication.There was no dialog to provide my password. I do understand there are alternatives to installing and updating software using yum, and I have been doing that a bit, however I would really like to understand why I am receiving this error. I have seen a few related posts as well as a some similar issues in a bug report, and testing session:bugzilla.redhat.com - 638344General a similar gpk-application issuecannot use Add/Remove software through VNCMy questions are:Is this a bug with one of the updates I downloaded?Is there a way to revert the changes from that update, or do I need to reinstall Fedora?Is this an issue with the User account I created? Is there a general set of options I should enable for myself as the primary user?

View 8 Replies View Related

Fedora :: X Error In NVIDIA Application After F15 Update?

Sep 6, 2011

I did a large update to F15 from an older version of F15. I am using x86_64. I could not reboot (will post separately on that issue). Rebooted the previous kernel in the KDE safe mode, and things look ok, except for NVIDIA CUDA code, which had been working perfectly:

[dtelford@localhost release]$ ./Mandel*
[Mandelbrot] starting...
[ CUDA Mandelbrot/Julia Set ]
Initializing GLUT...
X Error of failed request: BadWindow (invalid Window parameter)

[Code].....

View 3 Replies View Related

OpenSUSE :: Java Error With Internet Application

Dec 20, 2010

There's a site where you can play classic NES games online without any installation, just need Java: nintendo8.com. But when selecting a game from the site's game list and it tries to load, I get this error:
icedteanp plugin error: Failed to run /etc/alternatives/../../bin/java. For more detail rerun "firefox -g" in a terminal window.

I then ran "firefox -g" from terminal, tried again and got this log:
ERROR: Invalid browser function table. Some functionality may be restricted.
/usr/src/packages/BUILD/icedtea6-1.9.2/plugin/icedteanp/IcedTeaNPPlugin.cc:1506: thread 0x80935c0: Error: Failed to spawn applet viewer: Failed to execute child thread "/etc/alternatives/../../bin/java" (No such file or directory)
I have Java up to date from its repository.

View 8 Replies View Related

OpenSUSE :: Mono Gives An Error While Starting A C# Application?

Jun 9, 2011

The program I want to use: ProppFrexx Tagger or ProppFrexx Meta Data Editor, can be found here: ProppFrexx ONAIR - The Playout and Broadcast Automation Solution I need this to tag WAV files with RIFF INFO Tags.The Sony PSP can read RIFF Tags! so yeah, that's the reason I need this program. here the complete error message

Code:
exception inside UnhandledException handler: USER32.dll

I don't have Windows anymore, and I never going to use Windows again I hope there is a fix for that

View 3 Replies View Related

Debian :: LibreOffice Start Error - The Application Cannot Be Started

Jan 27, 2011

I want to use LibreOffice but I keep getting an error every time I try to open any office application.

The error is : The application cannot be started. [context="bundled"] caught unexpected exception!

I installed the .debs the first time and thought it might be wiser to install it from the experimental repos.So I reinstalled but there's no difference,I keep getting the error.

I reinstalled and found that the same error is caused by the installation for the dictionaries.I removed those but the error is still present.

I've seen people post this error on some forums except context=user and not bundle.However,it seems those were Windows 7 machines and that it's a 64 bit bug.

I'm also running the 64 bit version.

Also,if I try to install the desktop-integration .debs I get another error ( that is,if I remove the dictionaries,otherwise the installation runs just fine ) :

View 7 Replies View Related

Ubuntu Installation :: Error : Untrusted Application Launcher

Jul 22, 2010

I installed LDOCE5 on Unbuntu 10.04, but when run file ldoce5.desktop then there a message:

Untrusted Application Launcher

The application launcher "ldoce5.desktop" has not been marked as trusted. If you do not know the source of this file, launching it may be unsafe.

View 3 Replies View Related

OpenSUSE :: CUPS And Error Unsupported Format 'application/postscript?

Jun 9, 2010

Updated to CUPS 1.4.3 from printing repository and was getting this while page test printing:

Code:
/usr/bin/lp: Unsupported format 'application/postscript'!
Downgraded to 1.3.11 and it was solved.

openSUSE 11.2 x86_64, KDE 4.4.3

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved