OpenSUSE Install :: G77 11.2 - Doesn't Compile With Gfortran

Jan 21, 2010

I would need to compile some old codes with g77 (unfortunately, they doesn't compile with gfortran). The gcc44-fortran is installed on my computer but if I have well understood, there is no g77 compiler in this package... Do you think I can install gcc33-fortran without creating conflicts between the 2 packages?

View 2 Replies


ADVERTISEMENT

Programming :: Can't Compile F77 Code Using Gfortran Or G77

Nov 17, 2009

I have legacy fortran 77 code that used to compile seamlessly using g77 on an old machine. I've tried to recompile it on a new machine (old one is dead) using the original makefile, but the linker fails under g77, while there are persisting syntax errors using gfortran. I have two source files readmixed.f and subroutines.f. Under g77 the object files are produced using

Quote:

$ f77 -c readmixed.f -o readmixed.o
$ f77 -c subroutines.f -o subroutines.o

but the linking fails with

Quote:

$ f77 readmixed.o subroutines.o -o readmixed
subroutines.o(.text+0x0): In function `norm1_':
: multiple definition of `norm1_'
readmixed.o(.text+0x3987): first defined here

[code].....

View 2 Replies View Related

OpenSUSE :: Error: Failed Dependencies - Doesn't Compile - RPM Won't Install - X86_64

Feb 27, 2010

I tried installing the RPM from tcpflow website. error: Failed dependencies: libpcap.so.0.6.2 is needed by tcpflow-0.21-1.i386 I installed libpcap1-32bit, but doesn't help. I tried added soft-link to libpcap.so.1.0.0 from libpcap.so.0.6.2 to workaround, doesn't help. hen I DLed the tarball, ./configure gives an error, even after including --with-pcap=/usr/lib64/libpcap.so.1.0.0 checking for --with-pcap option... configure: error: /usr/lib64/libpcap.so.1.0.0 does not exist I CAN'T install the rpm, I CAN't compile from source. I can't find this program on any suse repo. I need to use this prog -- what can I do?

View 14 Replies View Related

CentOS 5 :: Yum Doesn't Found Gfortran In Repos

Apr 29, 2011

I'm a user of RHEL5 in a HP z800 workstation and I want to use the CentOS5 repositories too.problem with RHEL5 is that yum can't find the gfortran packages in the repositories.

I've tried to use the CentOS5 repos. I've created a file in /etc/yum.repos.d called CentOS5.repo that contains:

[CentOS5 base]
name=CentOS-5-Base
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=os
#baseurl=http://mirror.centos.org/centos/5/os/x86_64/

[code]....

View 3 Replies View Related

OpenSUSE :: QTParted Doesn't Compile Properly

Dec 26, 2010

I just tried to install qtparted ver0.4.5 on my computer to help partitioning my HDs.After doing the "configure/make"-sequence (using unsermake, as required), I received following error during compilation:
"qp_libparted.cpp:1751: error: �ped_free� was not declared in scope",My parted version is 1.9.0-3.7.1 from openSuSE 11.2.My question:

1. Do you know, which other library might contain this "ped_free"-declaration?
2. Any other perted GUI, that might work better (gparted is only available on a live DVD after boot)

View 2 Replies View Related

Software :: Nucleo Doesn't Compile (Nucleo Now Compiled But Metisse Doesn't Compile)

Mar 19, 2010

I wanted to try installing the Metisse window manager, and it depends on Nucleo. I got Nucleo from the AUR, but it fails to compile:

Code:
PNGenc.cxx: In function �void nucleo::png_memory_write_data(png_struct*, png_byte*, png_size_t)�:
PNGenc.cxx:38: warning: �png_struct_def::io_ptr� is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx:38: warning: �png_struct_def::io_ptr� is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx: In function �void nucleo::png_memory_read_data(png_struct*, png_byte*, [Code].....

View 14 Replies View Related

General :: MAKE BZIMAGE Doesn't Work When Compile And Install New Kernel?

Jul 19, 2010

whenever i'm in the process of compiling and installing a new kernel in ubuntu lucid lynx i get an error message when i get to the make bzimage part is there some sort of program that i needed to install first or is there an alternative to doing this.

View 8 Replies View Related

Software :: Gfortran Gives Different Output After Installation OpenSUSE 11.3

Aug 16, 2010

The problem is strange for me, I have fresh installed openSUSE 11.3 after that my fortran codes using gfortran compiler gives different output. The same codes gives correct values in windows but I use linux for programming.

View 2 Replies View Related

General :: Unable To Install Gcc - Gfortran 4.3.3 Compiler

Jan 20, 2010

i am not able to install gfortran compiler. i have

1)gcc-fortran-4.3.3.tar.gz.sig
2) gcc-fortran-4.3.3.tar.gz

i got the public key and verified it using coomand

[Code]....

View 12 Replies View Related

Fedora :: Compile From Source - Install Buddi Budget Manager And The ./configure Command Doesn’t Work

Nov 24, 2009

Ive been using linux for a few months now and every now and again i come accross a program that doesnt have a rpm package but says that it can be installed on Fedora using source. I'm familiar with build essentials and the following commands:-

tar xzvf package.tar.gz
cd package
./configure
make
make install

but from what i have read fedora uses a differnet compiler. I'm trying to install Buddi budget manager and the ./configure command doesnt work, which im guessing is because it doesnt have a configure file? Can anyone confirm how to compile from source and whether there are any tutorials specific to fedora.

View 4 Replies View Related

OpenSUSE Install :: Install A Recent Kernel And Then Compile Some Variations?

Jan 25, 2011

I'm running 11.2 with standard repositories (plus packman). I want to install a recent kernel and then compile some variations of it (to investigate a hardware problem).

So I took these steps:

(1) add the 11.2 Kernel:/HEAD repository
(2) enable multiversion in zypp.conf
(3) use YaST software management to select the kernel development pattern

Note that at the moment, the standard 11.2 kernel ( 2.6.31.14-0.6-desktop) is in use and I have not selected any packages from HEAD. But it has installed 2.6.37-41.1 versions of all the kernel packages I didn't already have (source & docs etc) instead of the 2.6.31 versions. /usr/src/linux symlinks to linux-2.6.37-41 instead of to a directory for the running kernel!

(1) it should have loaded the packages corresponding to the running kernel
(2) it's not supposed to switch repositories

View 7 Replies View Related

OpenSUSE :: Compile And Install A Plasmoid?

Jun 14, 2011

I'd like to install the following plasmoid HDAPS monitor KDE-Look.org. For some reason it is no longer available for openSUSE.

how I should compile this and then install it.

EDIT: should have specified I'm using 11.4 and KDE4.6.3

View 6 Replies View Related

OpenSUSE Install :: Compile A Kernel Without Creating A Rpm?

Apr 14, 2011

our prof wants us to make some measurable changes in the kernel as a part of our assignment. I'm new to linux (started using linux only day b4 yest)... till now i've built a new kernel using cloneconfig and ended up with a rpm package (since i couldnt find any other option).and here's the prob

1. how to make changes in the kernel code?
2. do i have to create an rpm everytime after a change? (it jus takes too long )

View 9 Replies View Related

OpenSUSE :: Cannot Compile Or Install Files RPM - Error In The Request

Mar 2, 2010

I can not install files RPM, says there is error in the request.

View 1 Replies View Related

OpenSUSE :: Compile Some Code - Install Other Distros Repos?

Apr 17, 2011

I am trying to build the java gnome gtk+ bindings on open suse and ran into a snag. the libcairo2-dev package is not apart of pensuse - how ever it is apart of ubuntu and the debian launchpad. can i install other distros repos to solve this issue? actually no i cant. how to install this package? zypper install libcairo2-dev comes back as not found.

View 9 Replies View Related

OpenSUSE Hardware :: Razer Deathadder Install On 11.1 - Compile The Code

Jan 27, 2009

I want to Install my Razer Deathadder on Suse 11.1, I allready found a programm: bu3sch.de The problem is, I cant compile the code. I cd into the folder with the source and use make (as root) and get this error:

[Code]....

View 9 Replies View Related

OpenSUSE Install :: Unable To Compile Working Kernel In 11.4 (Thinkpad X301)?

Apr 25, 2011

This is completely baffling me..I have a Lenovo Thinkpad X301, which has been running OpenSUSE 11.1 for a while, with vanilla kernels from kernel.org, built and installed in the standard (i.e. not SUSE) way.

A week ago, I dupped to 11.2, and also installed kernel 2.6.38.4 . This was compiled with the gcc-4.3 available under 11.2. Everything worked fine (after the necessary messing around to get X working again).

This weekend, I dupped to 11.4 (via 11.3, of course). After more messing around to get X working again, things were working ok - using the same 2.6.38.4 kernel I'd built under 11.2. I then re-built the kernel. It appears to compile and install ok, and I haven't changed the configuration or the grub configuration. However, it doesn't load. Normally, I just get a blank screen after grub starts it loading. If I boot in basic VGA mode 0, then I get a few lines of messages before it hangs - it hangs complaining about APIC not connected to io bios, and if I boot noapic, it gets a few lines further before hanging after some message I don't know about (allocating 4 HET). I don't suppose that's relevant, anyway.

I've tried three different gcc versions, and two different linux versions (2.31 as well), and the same thing happens. This sounds like something going badly wrong with ld or as or something - but I don't see how anything could have happened that wouldn't have been noticed by thousands of others.

View 5 Replies View Related

Ubuntu :: Gcc Doesn't Compile Cpp Programs?

Jun 24, 2010

iam using ubuntu 9.10 and iam working in gcc for about half an year for devoping c programs. but i find its not possible to compile any c++ programs in my gcc.Always it ended up showing the error below:

gcc: error trying to exec 'cc1plus': execvp: No such file or directory

i find the same when i tried to install wxpython from its source and hence cant complete it.

View 9 Replies View Related

Programming :: Code That Doesn't Seem To Be Working Right With Gcc Compilers, But They Do Compile?

Dec 11, 2010

I actually thought there was something wrong with my programming skills.ut after I compiled the same code using Visual Studio, it worked. So here's the code that doesn't seem to be working right with gcc compilers, but they do compile. Note I'm using the Cygwin 3.4.4 version of gcc and 4.5.1 version of gcc from MinGW.

Code: #include <stdio.h>
#include <math.h>
int main()

[code]...

View 5 Replies View Related

OpenSUSE Install :: Opensuse Installer Doesn't Allow To Create / Partition (ext4) >20GB

Jan 9, 2010

I am currently installing 11.2 on a new 1TB hdd.the opensuse installer does not allow me to create a / partition (ext4) >20GB. Does anyone know why and how I can get around this limitation?

View 9 Replies View Related

OpenSUSE Install :: Installed OpenSUSE On Pen Drive Persistence Doesn't Work?

Jun 10, 2010

I successfully installed OpenSUSE on a 4gb pen drive using the instructions contained within this portal. However, for the life of me I can't figure out why the persistent feature doesn't work.

Here's my partition table map:

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

[Code]...

View 1 Replies View Related

OpenSUSE Install :: Added New Hard Disk And Opensuse Doesn't Boot?

Aug 31, 2011

I've recently added a new hard disk and due to mother board controllers this new hard disk is known as sda.Before that my boot partition was /dev/sda3 and know this changed to sdb3.Whenever grub menu appears and I choose opensuse,it can't find /dev/sda3 .It seems that I should edit menu.lst or change boot loader parameter.something like root (hd1,2).But I don't how I can do this with opensuse boot loader.Though I could do this with CentOS easily.

View 7 Replies View Related

OpenSUSE Install :: Multiboot System, But Last Bootloader Install Doesn't Work?

Feb 16, 2010

I've got a multiboot system with Windozin the first drive and first partition like everyone recommends. I have several distro's and just let them install their bootloaders, but always on hd0 mbr. I installed Debian 5.0.1 this way and it wouldn't boot, so I got SGD to "fix" it, which it said was successful, but all I get is a partition doesn't exist when I try to boot. I put Debian on /dev/sdb3, I loaded Linux Rescueand mounted sdb3 and verified that its menu.lst had the right boot numbers (hd1,2). fdisk even showns /dev/sdb3 as boot as shown by the asterisk under the boot column. Should I do a complete reinstall of grub, maybe using one of the other distro's as the holder of grub? At one time they did all the grub launching as each addition was made

View 9 Replies View Related

OpenSUSE Install :: Run Under CrossOver Doesn'trun \ Can't Find Install Dvd Any More?

Jul 18, 2010

I upgraded to 11.3 and now a program I need to run under CrossOver doesn'trun. All I want to do is backtrack to 11.2 but it has disappeared from therepositories and I can't find my install dvd any more. Where can I download11.2 from?

View 6 Replies View Related

OpenSUSE Install :: 11.3 Took 5 Goes To Install - Doesn't Boot Without Assistance And Can't Upgrade

Oct 10, 2010

I had a working setup of opensuse 11.0, dual booting using grub installed on the home partition. I tried to install 11.3 from the coverdisc of linux format (LXFDVD136). It took 5 goes before the install succeeded. Mostly stopping at the "boot installed system" stage. I put 11.3 on a formatted partition in the same place as 11.0, and put grub there too.

The system will not boot without assistance. I have to use a supergrub disc and tell it which partition to boot. If I use boot linux from supergrub I get the Grub error message 15 file not found. Supergrub CAN find windows and it boots with the win command. Automatic and yast initiated attempts to check for software upgrades are blocked by the application with pid 4587.

View 4 Replies View Related

OpenSUSE Install :: Compile And Boot Opensuse111.3 With Kernel: "mainline: 2.6.37"?

Jan 8, 2011

At this time use opensuse11.3 (all as deafult).In this place The Linux Kernel Archives read about new kernel:stable: 2.6.37 2011-01-05 How compile and boot opensuse11.3 with this new kernel ?

View 2 Replies View Related

OpenSUSE Install :: Vista Doesn't Hibernate After 11.1 Install?

Dec 24, 2008

I have openSUSE in a dual-boot environment with Win Vista. Everything worked fine with 11.0, but after installation of 11.1 Vista does not hibernate. The screen gets dark, but after a while it turns on again so I can see that Vista did not hibernate, but just lock the session. In another forum I was given the tip to add makeactive to the Vista entry in menu.lst. This worked for the initial problem, but got me a new one: the computer booted straight into Vista without showing Grub, so I had to reinstall SUSE (after doing this Vista once again does not hibernate).

how to fix the hibernation problem or what changed from 11.0 to 11.1?

View 9 Replies View Related

OpenSUSE Install :: 11.4 Local Install Doesn't Cleanup?

May 21, 2011

Installed 11.4 on friend's Vista box in multiboot. Inserted the DVD while running Vista, got the option to install locally from w/in Windows, thought "I've never done it this way before, why not?"Part way thru the install setup, the system froze, power button time.On reboot, got a grub-like DOS looking screen with a title bar that says "Windows Boot Manager" -- the screen gives the choice ofWindows VistaopenSUSE 11.4 installer (local)I chose the 11.4 install, and everything worked ok, the system is now up and running.However, upon each boot, I first get the normal grub screen; if 11.4 is chosen, no probs, but when Windows is chosen, I get the same Windows Boot Manager dos screen as above, asking which OS you want, Windows or openSUSE 11.4 installer.

Would like to eliminate the Windows Boot Manager screen.Aside 1: I assume the openSUSE folder in Windows C is expendable?Aside 2: Both 11.4 installs I have done so far have resulted in the Iggy splash screen being vertically fragmented. No big problem with that, just wondering if it's a sign of other trouble?

View 6 Replies View Related

OpenSUSE Install :: Cannot Compile Vdrift-2009-06-15 - Warning: The Options Class Is Deprecated; Use The Variables Class Instead

Mar 12, 2010

I have a problem with compiling vdrift-2009-06-15 using scons. As the source that i obtained only supports scons i cannot use make. the error that i get when i try to compile it in GNOME Terminal is: scons: Reading SConscript files ... scons: warning: The Options class is deprecated; use the Variables class instead.
File "/home/mohit/Download/vdrift-2009-06-15/SConstruct", line 9, in <module>

scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead.
File "/home/mohit/Download/vdrift-2009-06-15/SConstruct", line 13, in <module>
Checking for C++ header file asio.hpp... (cached) yes
Checking for C++ header file boost/bind.hpp... (cached) yes
Checking for C++ header file GL/gl.h... (cached) yes
Checking for C++ header file GL/glu.h... (cached) yes
Checking for C++ header file SDL/SDL.h... (cached) yes
[Code]........

View 4 Replies View Related

Red Hat :: Installing GFortran On RHEL5 With X86

Jan 18, 2011

Problem to install any release of gfortran on Red Hat Enterprise Linux Client release 5.6 (Tikanga) Tried searching on the web - no result. Tried "yum install libgfortran" - no result. Tried Installing gcc-gfortran from Fedora's rpm. - got paradoxes like:

[Code]...

View 6 Replies View Related







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