Fedora :: MadPlay Install - C Compiler Cannot Create Executable

Apr 28, 2010

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executable
See 'config.log' for more details.

This is error that I keep getting every time. Iam using fedora 10 version and I keep getting this error while i was trying to insatl madplay for vlc source code compilation. I have insatalled libmad .0.15.1,libid3tag.0.15, I got these codecs from [URL] and vlc sorce code is from [URL]. Config.log file details are:

hostname = localhost
uname -m = i686
uname -r = 2.6.27.5-117.fc10.i686
uname -s = Linux
uname -v = #1 SMP Tue Nov 18 12:19:59 EST 2008 .....
configure: exit 78

View 131 Replies


ADVERTISEMENT

Fedora :: C Compiler Cannot Create Executable Files While Installing Madplay

Apr 29, 2010

what my intension is i want to cross complile vlc source code into arm9 mini 2440 target board for that i am compiling vlc source code in intel desktop pc which has fedora 10 version. so that in order to compile vlc source code we need to install following codecs those are libmad 0.15.1b,libid3tag-0.15.1b,madplay-0.15.1b,i got these codecs from h[URL] .and vlc sorce code from [URL]. i have successfully compiled libmad 0.15.1b and libid3tag-0.15.1b . those two are compiled in the following way [color] ./cofigure --prefix=/home/narendra/lib/ make make install [/color]

i was trying to compile madplay-0.15.1b in the following way

Code:
./configure --prefix=/home/narendra/madplay-0.15.1b CPPFLAGS="-I /home/narendra/lib/libmad-0.15.1b/include/" LDFLAGS="-L /home/narendra/lib/libid3tag-0.15.1b/lib/"
after this command i keep getting this error message

[Code]....

View 14 Replies View Related

Fedora :: C Compiler Can Not Create Executables ?

Jan 6, 2010

I am trying to compile wine from source.

When I run:

Code:

I get this output:

Code:

I need gcc and g++ installed; I installed both of these through yum.

I have looked through config.log, however I do not know what to look for in there for something that might be the problem.

View 3 Replies View Related

General :: Generate 64bit Executable (utility) Using PPC Cross Compiler?

Sep 7, 2010

I need to generate 64-bit executable(utility) using PowerPC-linux cross compiler? i.e. Any options need to pass ppc-gcc other then "-m64". I have written a small test program on 64-bit server and generated 64-bit executable using gcc alone.

Ex:
#
file a.out
a.out: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped
#

Actually I want to generate a executable(using PowerPC-linux cross compiler),which will run on 64-bit machines. In my Makefile I am trying to use CC = XXXXX/powerpc-linux/bin/powerpc-linux-gcc -m64 to ppc-linux-gcc,but giving error.
error: -m64 not supported in this configuration
If I remove -m64 its generating 32-bit executable.

View 5 Replies View Related

Fedora :: How To Compile Madplay-0.15.1b

Apr 29, 2010

i have been using fedora 10th version can any help me how to compile madplay source code in oder to compile vlc source code

View 1 Replies View Related

Red Hat / Fedora :: Install GCC Compiler G++ 4.5?

Feb 13, 2011

i just installed fedora 14 and which gcc shows that there is no C++ compiler . How can i download G++ 4.5 version without download the entire development tools. Last time i tried yum groupinstall "Development Tools" and that took ages with no result.. I just want to install C++ ..

View 2 Replies View Related

Fedora :: How To Install A C Compiler

Aug 18, 2010

i just installed fedora and i want to install a couple programs but i keep getting the same message saying that no acceptable c compiler was found, so i downlpoaded the gcc packlage, extracted it, navigated to it in the terminal, and ran ./configure but it tells me that there was no acceptable c compiler found, whats going on here, i need an acceptable c compiler to install a c compiler this is real confusing

View 14 Replies View Related

Fedora :: GNU C++ Compiler Failing To Install

May 31, 2011

So apparently the GNU c++ compiler did not install when I did:

# yum install gcc

And now it's failing to install the C++ compiler when I do:

# yum install gcc-c++

It's saying it's running out of mirrors to check or something? Does anyone know what else I can do to install it?

View 1 Replies View Related

Slackware :: C Compiler Not Being Able To Create Executables?

Apr 14, 2010

I was trying to compile xbmc today, and got the error about the c compiler not being able to create executables. I did a search on the forum, and found something from 2004.None of the suggestions there worked for me. I can compile libraries, because I did a few for dependencies. The last thing I compiled with an executable was BloodFrontier, and it works perfectly.

View 14 Replies View Related

Slackware :: C Compiler Cannot Create Executables?

Jan 7, 2011

earlier this morning, i compiled Qtcurve with no issues. but now, when i try to compile Avant Window Navigator, i get a strange error. everything begins to compile, it checks dependencies, begins compiling, and then i get this error:

Code:
checking for C compiler default output file name...
configure: error: C compiler cannot create executables

[code]...

View 3 Replies View Related

Fedora :: Make A Executable (application/x-executable)

Aug 21, 2011

I hope this post stands in the right section.I have a commandline i need to enter in terminal when i want to run a program. i tought lets put that piece of command in an .sh file and just click the file to run the program (then i dont need to open terminal first an give in the command) however the .sh file does not open the program. so i propably need to make a executable (application/x-executable).

View 3 Replies View Related

Fedora :: Install *.tar.gz Files - No Acceptable Compiler?

Sep 25, 2010

for some reason I don't know how to install *.tar.gz files, I ommitted some of my files listed in the code after the ls command for simplicity

[Code]....

View 9 Replies View Related

CentOS 5 :: Fortran 77 Compiler Cannot Create Executables

Sep 16, 2010

When I tried to install a software, quantum-espresso [URL], I failed to install "espresso-4.2.1.tar.gz"and got a message as the following:

[espresso-4.2.1]$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking architecture... x86_64
checking for ifort... ifort

[Code]....

My server is Dell PowderEdge SC1430 (intel CPU) where CentOS 5 and ifort11.0 are installed.

View 1 Replies View Related

General :: ISO Compiler For Windows - Create A Server (probably LAMP)

Nov 24, 2010

I'm looking to create a server (probably LAMP) i need all my programs to install at one time. SOME of my programs are not in the repos and all of them aren't .deb. Some of them are .rpm. I also can't guarentee internet connection, at least not during install, so no apt-get. on a note about the internet i'll probably be getting clear internet. I also plan to connect to the server from my phone and other computers. I know the server needs a static ip but what other configuration does it (should it) need.

View 11 Replies View Related

Software :: Compile Error With Ntfs-3g - C Compiler Cannot Create Executables

Jun 10, 2010

I'm trying to do a ./configure on ntfs-3g, and I get this error that says "error: C compiler cannot create executables." I have gcc, g++ and everything installed, but I don't have build-essential. It's an offline server so I can't use apt-get to install it. I also can't find an RPM for CentOS. Is that what I need to resolve this? Or is this error caused by something else?

View 8 Replies View Related

Software :: Configure Error - Compiler Cannot Create Working Executables

Dec 9, 2010

I'm trying to compile a program on Cygwin and it seems like as soon as I solve one problem, another pops up. This time, trying to run configure gets me an error message.

The relevant part of my config.log is included below:

I installed Cygwin with everything that was in the Devel folder, just to be on the safe side.

View 6 Replies View Related

General :: Create Link To Executable In Parent Directory

Jun 27, 2011

Create the following directories: parent/child
Navigate to child and create a file named child (this is an executable file in my case, not sure if that makes a difference). I need to create two "link to executable" links in the parent.

I had assumed that this would work:
ln -sf ./child ../child1
ln -sf ./child ../child2

But that creates a "link to folder" (./child) in the parent directory. If I change it to:
ln -sf -t.. ./child child1
ln -sf -t.. ./child child2
I get an error, "ln: '../child': cannot overwrite directory".

If I do it from the parent directory (which I cannot do, this is part of a Makefile recipe):
ln -sf ./child/child ./child1
ln -sf ./child/child ./child2

It works. Note that I cannot alter the names of any directories or files. How do I create the links when the current directory is the child?

View 1 Replies View Related

Ubuntu :: Method To Create Executable Of A C++ Application Project?

Sep 7, 2010

Our application is based on the C++ devlopment which requires so many of packages dependent on the Ubuntu OS, Graphics libraries, Development packages and other dependent libraries. So we need to configure all those every time in a new PC when we add. Is there any other way to do this job very easily and the any method to create our application executable to run in all PCs with the dependencies packages installed.

View 1 Replies View Related

Software :: Build A C Compiler Without An Existing C Compiler?

Dec 14, 2010

So for those of you who has built GCC from source would know that you can't install GCC without an existing GCC. So my question is, what would happen if all computers in the world suddenly just died, and all you had was the computer in front of you, and a copy of GCC 4.5. How would you install that?

I ask because I would like to install GCC 4.5 on my old powerbook G4 mac without installing a binary GCC provided by Tiger 10.4 disks. I would like to build GCC from source, without an existing GCC to complicate updating.

View 6 Replies View Related

General :: Fatal: Bad Magic Number In Executable `prime' (not An Executable?)

Sep 3, 2010

I am trying to run Wattch simulator in linux.But it is giving the error below. what is this error and what do I do about it?

fatal: bad magic number in executable `prime' (not an executable?)

View 1 Replies View Related

Debian :: Create A Shortcut In The "start" Menu To The Executable?

Mar 21, 2011

try to keep file system organized on XP instead of C:program files*everything goes blindly here I use C:MEDIA*category*application_name.So where in Debian on the hard drive are programs actually installed to? There's a couple programs that the sites merely gave me zip files instead of installers that were also not like in the package manager so I'd like to know where to extract those files.Also how do I create a shortcut in the "start" menu to the executable?

View 8 Replies View Related

Ubuntu :: Cannot Open An Executable File Because Of Executable Bit?

Jun 20, 2010

I am running into a snag on .exe files in Lucid. I have Wine installed, but I can not open the file as it is blocked from executing with a window popping up telling me that this file was blocked due to security reasons. I go into the files properties and try to change the permission but that does not help. Is there a way to get around this? Possibly in the terminal as root?

View 3 Replies View Related

Ubuntu :: How To Install C++ Compiler

Jan 16, 2010

how do i install c++ compiler

View 1 Replies View Related

General :: How To Install A C++ Compiler

Mar 30, 2011

How to install a c++ compiler?

View 10 Replies View Related

General :: Install A C Compiler In Red Hat?

Jun 19, 2011

I'm a member in your website. I have faced one problem in red hat linux 5.0. Recently I have installed redhat linux 5.0 in my system by vmware software. It installed successfully but i am facing one problem. when i am typing small c language program in vi editor. It will show one error what that means,bash : cc compiler not found.

View 4 Replies View Related

Software :: Install A New C Compiler?

Sep 29, 2010

how do you do this without the package management programs some of the linux distribution's package management programs suck at finding the programs i wish to install on my machine and are usually short of variety (except for ubuntu and debian but thats too easy)

View 4 Replies View Related

CentOS 5 :: How To Install F77 Compiler

Dec 28, 2009

I used CentOs5 (2.4.*.el5) version.but I cant installed and used f77 code and compiling programs. how can I use f77 compiling programs?

View 1 Replies View Related

OpenSUSE Install :: Install G77 Fortran Compiler On 11.4?

Mar 14, 2011

I need to install fluka.its manual says: To install FLUKA a FORTRAN compiler suitable for your platform is required to generate the FLUKA executable(s). At this moment, the only distributed version of FLUKA requires g77. I cant find g77 in package list.in ubuntu and debian it was.how can i install g77?

View 3 Replies View Related

Ubuntu Servers :: Install GNU Compiler On 10.04?

Jul 7, 2010

how to install GNU Compiler on Ubuntu Server 10.04

View 3 Replies View Related

General :: Install C Compiler In Slackware?

Oct 11, 2010

I've got a problem installing application into my slack, when I was trying to configure the packages (./configure) in order to install them, the system shows me a message in which there was a problem with using gcc libraries.

View 6 Replies View Related







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