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


ADVERTISEMENT

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 :: 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

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

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

Red Hat :: Uninstalling Mplayer Installed By Compiling Source Files?

Feb 2, 2010

how to uninstall Mplayer and other programs that is installed by compiling source files(./configure, make , make install)

View 14 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 :: 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

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

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

Ubuntu Multimedia :: Pulse Errors In Mplayer After Upgrading?

Apr 30, 2010

After upgrading to 10.04 I get the following pulse error in mplayer before it starts.

Code:

bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)

[code]....

Not a biggie since I get both sound and video, but it takes a bit longer to start the file then before. Also Kde tells me that the sound card "pulse audio" is no longer connected although pulse seem to live just fine.

View 2 Replies View Related

OpenSUSE :: Compiling Errors With Desktopdrapes

Jul 28, 2010

today I tried to run desktopdrapes. my first command ./configure was completet after I installed the missing pakages. the next step is the 'make' command. But with this command I get 5 Errors and 2 Warnings:

Code:
e-Lasto:/home/carolin/programme/drapes # make
Making all in drapes
make[1]: Entering directory `/home/carolin/programme/drapes/drapes'
/usr/bin/gmcs -debug -r:System.Xml -r:Mono.Posix -pkg:gconf-sharp-2.0 -pkg:glade-sharp-2.0 -pkg:gnome-vfs-sharp-2.0 -resource:../data/drapes.glade,drapes.glade

[Code].....

View 4 Replies View Related

General :: Errors When Compiling Inkscape

Apr 19, 2011

Trying to compile Inkscape 0.48.1 on Red Hat Enterprise Linux Server release 5.5 and I am running into this issue

Code:
checking for Python development environment... skipped
checking for LCMS... yes
checking for POPPLER... no
checking for POPPLER_GFXFONT... no

[Code]...

View 5 Replies View Related

Software :: Errors When Compiling Pommed

Jun 7, 2010

I'm running Slack64 13.1 on a Macbook Pro 5,3 and trying to compile pommed but I keep getting the following error when running 'make pommed':

[code]...

View 8 Replies View Related

Software :: Broadcom Drivers - Errors When Compiling

Sep 14, 2010

I've made the real mistake of buying a laptop with a Broadcom wifi adapter on it. (That thwacking sound is me kicking myself for not noticing after spending weeks and weeks carefully choosing the model I wanted.)

lspci gives this:
02:00.0 Network controller: Broadcom Corporation Device 4727 (rev 01)

I have downloaded the 32 bit drivers from here (am running Mandriva 2010.1 Free 32 bit). The readme indicates the 4727 is supported by the latest OS drivers amazingly. [URL]. I have installed the Linux kernel source files.

First problem comes with the first instruction in the readme.
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-portsrc.tar or <path>/hybrid-portsrc-x86_64.tar.gz

The tar instruction just does nothing, so I just right clicked in Dolphin and unpacked it to its own directory. I navigated the terminal to where it unpacked and did make. I got this:

Code:
[robertw@localhost hybrid-portsrc-x86_32-v5.60.48.36]$ make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory `/usr/src/linux-2.6.33.5-2mnb'

ERROR: Kernel configuration is invalid.
include/generated/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.
WARNING: Symbol version dump /usr/src/linux-2.6.33.5-2mnb/Module.symvers is missing; modules will have no dependencies and modversions.

CC [M] /home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36/src/shared/linux_osl.o
/home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36/src/shared/linux_osl.c:1: error: code model "kernel" not supported in the 32 bit mode
/home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36/src/shared/linux_osl.c:1: sorry, unimplemented: 64-bit mode not compiled in
make[2]: *** [/home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36/src/shared/linux_osl.o] Error 1
make[1]: *** [_module_/home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.33.5-2mnb'
make: *** [all] Error 2

View 5 Replies View Related

Software :: Compiling Evince From Source Code - Make Errors

Mar 20, 2011

When I compile evince from its source code, I am able to run ./configure properly, but when I run make the following output is displayed.

Code:
make all-recursive
make[1]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0'
Making all in cut-n-paste
make[2]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste'
Making all in zoom-control
make[3]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste/zoom-control' .....
make[3]: *** [libevview.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I am not able to ascertain the source of this error, even though I seem to have the file in question-libevdocument.la. What do I do now to remove this error?

View 8 Replies View Related

Programming :: Valgrind Output Showing Addresses Not Code Against Errors - 2 Errors From 2 Contexts (suppressed: 0 From 0)

Feb 26, 2010

I am running Valgrind on my program. It shows me two errors but mentions only addresses against them and not actual code even on a debug build.

The output is

==23002== Memcheck, a memory error detector.
==23002== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==23002== Using LibVEX rev 1575, a library for dynamic binary translation.

[code]....

View 1 Replies View Related

Ubuntu Installation :: Wont Boat After Upgrade

Mar 6, 2010

I am dual booting Windows 7 and Ubuntu Karmic. After upgrading some packages in Ubuntu and restarting I cant boot into Ubuntu. The first Grub menu appears where I get to choose if I want to boot into windows or Ubuntu. I can pick Ubuntu, but it doesn't go into the second Grub menu, all I get is Grub 1.45 beta (i think, its 1.something). Where I'm then ask for some bash code line thing.

View 3 Replies View Related

General :: Compiling Main.c, Conflicting Types And Previous Declaration Was Here Errors

Jun 15, 2011

I'm trying to compile a main.c file that contains a while statement. Embedded in the while statement are functions that are being called. After the while statement, I have 2 more functions being called, one to find the average(getaverage), and one to print the results (printstuff). I also used a header file (my.h) that contains all of the needed #define and #include, along with each of the void function() statements.

There isn't any problems with the while statement/ the functions in while, but when I try and compile main.c I get the following errors:

main.c error: conflicting types for 'getaverage'
my.h error: previous declaration of 'getaverage'
and then the same thing for 'printstuff'

View 3 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

Software :: Mplayer: Load A Directory Of Movies, Play On Repeat Shuffle Fullscreen?

Apr 23, 2010

mplayer (or other movie player)1. load all the movies in a directory. 2. put in repeat, shuffle and fullscreen mode.3. auto-update daily as more movies are added to directory.is this possible to do from the command line?i have a directory of movies that gets movies auto added to it on a daily basis and i want the mplayer to either 1. add these movies to the playlist or 2. close itself and restart with all the movies from the given directory.

View 2 Replies View Related

Red Hat :: Load Average And Errors On Dmesg

Jan 18, 2011

I have two servers. One in production (lets call it the OLD ONE) and the other (lets call it the NEW ONE) in tests to replace the OLD ONE.This is the basic hardware of each one: (I can post more detailed info if you need, but beside the erros on dmesg, look at the the L2 cache of the NEW ONE )

Old one:
2 quad core processors that linux recognize as 8 x Intel(R) Xeon(R) CPU E5440 @ 2.83GHz - 32Kb L1 - 6Mb L2
48Gb RAM

New one:
8 quad core processor that linux recognize as 32 x AMD Opteron(tm) Processor 6136 @ 2.400Mhz (- 64Kb L1 - 512Kb L2
128Gb RAM

The scenario:We run a dataflex system on the old one, with average of 3000 users, with tops at 3300 users and sometimes less then 2000. In the old one, we have a load average from 2 to 6 with the 3000 users, depending on the type of application (sometimes we run reports to txt files that take more then 6 hours to complete and the load average can raise to 12). 85% of this conections are from remote links.
Dataflex is a language that derives from C that have their own sgbd (if we can call it that way), and have a limit of 2gb per table. This size we almost have on 5 tables and we use a dataflex feature to compress the data.

The problem:We are migrating (or trying to) the tables to oracle, so we bought new machines for the DB and the new one to replace the old one, becouse we think that could not handle the job with 2 oracles (load balance).In some tests we could see (or suposed) that the oracle database was not so fast with more then 1000 users (opening same table and doing the same task) and we decided to test the new one with the system that is in production right now, with dataflex tables, to ensure that the problem could be oracle.We change the HDs and IP. Started the system on the new one, and started to monitorate as the real users start their jobs. At 800 users the Load Average raised to 26 and with 1300 users we had more then 115 on Load Average. More users login in and the TOP become slow, pointing 400 of LA. From here we started to get some "Lock time out" erros and we had to change to the old one again, to prevent corruption on the tables. I'm analizing all report tools I know about performance and hardware and I cant see nothing. I saw some errors on dmesg, but I can say that is related to that problem.

View 6 Replies View Related

Ubuntu :: Xsession-errors - Failed To Load .compiz

May 5, 2010

I have had a few X crashes and started to suspect compiz as they usually happened when I was resizing a window or the window was wobbling.

Here is the Xsession-errors log (it's a hidden file in your home folder). It mentions:

Code:
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
Starting gtk-window-decorator
Unable to find a synaptics device.

[Code].....

View 3 Replies View Related

Ubuntu :: Netbeans Load Errors After Upgrade / Sort It?

May 22, 2010

I am receiving a ton of errors when loading netbeans 6.8 on my Ubuntu 10.4 machine. code...

View 3 Replies View Related

General :: Errors In .bash_profile And Startx Does Not Load Automatically?

Sep 4, 2010

I have installed Damn Small Linux on an old laptop.very boot reports that the SSH has loaded as I have configured it to do so but does not load startx as instructed in .bash_profile.After bootup, the following is reported by the system.-bash: /home/dsl/.bash_profile: line 12: syntax error: unexpected end of fileThis is the content of the .bash_profile

#!/bin/bash
export IRCNICK=DSL
export DISPLAY=:0

[code]....

View 1 Replies View Related

Ubuntu :: Grub2 Errors: Can't Read File And Need To Load Kernel First?

May 19, 2011

I've got a Lucid system (normal Ubuntu, not any of the derivative distros) which has been throwing up the following error message this morning when trying to boot:

Code:
error: couldn't read file.
error: you need to load the kernel first.

[code]....

View 9 Replies View Related

Programming :: Making The Mplayer To Skip Some Files?

Jun 6, 2010

GNU/Linux kernel 2.6, Slackware 12.0
MPlayer 1.0rc2-4.1.2
GNU Bash 3.1.17

I've got a set of MP3 files on dir .../foo/ and I want mplayer to play them sequencely but skipping some of them. If I run 'mplayer *' this will do but ofcourse won't skip any files. I think a shell script could be written to do that. It would be something like this (using some pseudocode):

#!/bin/bash
#After an example from Intro_Linux by M. Garret.
LIST=$(ls *.mp3)

[code]....

View 3 Replies View Related







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