SUSE Linux Enterprise 12


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications SUSE Linux Enterprise 12
# 1  
Old 02-02-2015
SUSE Linux Enterprise 12

Is there any SUSE enterprise 12 x86_32 version available? I have SUSE enterprise 12 x86_64 and I am unable to compile 32 programs in that. It looks to be that gcc compiler (32 bit) does not come with SUSE 12. How can I get that?

Regards,
George
# 2  
Old 02-02-2015
Hi.

Using zypper to check for gcc 32-bit packages yields:
Code:
  (opensuse: using zypper.)
  | gcc-32bit                             | The system GNU C Compiler                                             | package
  | gcc-c++-32bit                         | The system GNU C++ Compiler                                           | package
  | gcc-fortran-32bit                     | The system GNU Fortran Compiler                                       | package
  | gcc-gij-32bit                         | The system GNU Java bytecode interpreter                              | package
  | gcc-objc-32bit                        | The system GNU Objective C Compiler                                   | package
  | gcc33-32bit                           | The GNU C Compiler 32bit support                                      | package
  | gcc33-fortran-32bit                   | The GNU Fortran Compiler and Support Files                            | package
  | gcc33-objc-32bit                      | GNU Objective C Compiler                                              | package
  | gcc47-32bit                           | The GNU C Compiler 32bit support                                      | package
  | gcc47-ada-32bit                       | GNU Ada95 Compiler Based on GCC (GNAT)                                | package
  | gcc47-fortran-32bit                   | The GNU Fortran Compiler and Support Files                            | package
  | gcc47-gij-32bit                       | Java Bytecode Interpreter for gcc                                     | package
  | gcc47-objc-32bit                      | GNU Objective C Compiler                                              | package
i | libgcc_s1-32bit                       | C compiler runtime library                                            | package

For a system like:
Code:
OS, ker|rel, machine: Linux, 3.7.10-1.16-desktop, x86_64
Distribution        : openSUSE 12.3 (Dartmouth)

Best wishes ... cheers, drl
# 3  
Old 02-03-2015
Thanks for the reply.
I am using SUSE Linux Enterprise 12 and not opensuse.

The following URL states that
https://www.suse.com/releasenotes/x8...2/#fate-311633

32bit devel-packages missing from the SDK (x86_64)

But this is a doc for SUSE Enterprise 11 and not 12.

I am wondering whether a 32 bit OS exists for SUSE enterprise 12 and if the same exists, whether I can create a new VM for this on VMware.
Waiting for any inputs..

Regards,
George
# 4  
Old 02-03-2015
Like many (e.g. Red Hat 7), SLES 12 no longer supports a 32bit install (e.g. CPUs that are more than 10 years old).
# 5  
Old 02-03-2015
Hi, George.

1) Is your primary goal to compile and execute 32-bit code on SLED/SLES?

2) Did you try looking at what's available in your repositories with zypper?

3) Have you tried compiling, say a c code, with gcc -m32 name_of_source.c?

4) Have you considered installing openSuSE 12 in a VM?

5) Your question might have received more attention if you had placed it in the suse sub-forum.

Best wishes ... cheers, drl

Last edited by drl; 02-03-2015 at 12:37 PM..
# 6  
Old 02-03-2015
@drl is right, if you're just needing to compile 32bit, my guess is that if it's not directly in SLES 12, it (the rpms) will be in the SDK (not sure if it released or not)
# 7  
Old 02-04-2015
Thanks for the clarification.

>> Did you try looking at what's available in your repositories with zypper?

Seem to be that some of the packages are available. As per the link https://www.suse.com/releasenotes/x8...SP2/#id2515820
it seem to be that its a complicated approach to compile 32 bit in SUSE enterprise 12 (x86_64) system

>>Have you tried compiling, say a c code, with gcc -m32 name_of_source.c

Yes I tried that. It does not work.
>>Have you considered installing openSuSE 12 in a VM?

No. I did not do that. Our requirement is to support our plugin (on Apache) in SUSE Enterprise Linux 12. If SUSE does not support SUSE Enterprise Linux 12 X86_32 , we may not need to support Apache 32 bit as well..


Regards,
George

Last edited by George47; 02-04-2015 at 02:17 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. SuSE

Suse enterprise server installation help

hello All, good day to you. could you tell me is there any way I can download SUSE lunux enterprise server trail version ? I want to install sap application over it. thanks in advance. (1 Reply)
Discussion started by: Leaner_963
1 Replies

2. UNIX for Dummies Questions & Answers

SunOS5.10 and SuSe Linux Enterprise

OK, I've been thrown into an issue at my company where the security folks want password aging turned on for their limited NIS environment. The config is a SunOS5.10 (Solaris 10) Master with several slaves and several SuSe Enterprise Server 11 Clients. What I'm looking to understand is... (0 Replies)
Discussion started by: rzrv15
0 Replies

3. UNIX Desktop Questions & Answers

Suse Linux enterprise 10 - booting problem

Hi, It was happened to close my laptop without proper shutdown due to power failure with USB device connected to it. (removed the USB after shut down) After this incident, I was not able to boot my suse linux OS. Initial study reveals that the device is not unmounted properly and shows... (2 Replies)
Discussion started by: Prabhu V
2 Replies

4. SuSE

LKCD for suse linux enterprise server 8

Hi, I have installed LKCD using lkcdutils pakage through Yast install and remove applications. I have used enterprise server cd for installation. But I did not found any service of lkcd like /etc/init.d/boo.lkcd there. if we dont have this servers lkcd dump can not be saved at dump... (0 Replies)
Discussion started by: bryanabhay
0 Replies

5. SuSE

How to configure Suse Enterprise Linux 9.0 for sending mails to smtp server...???

Hi All, I have a system running with Suse Enterprise Linux 9.0. xyz# uname -a Linux xyz 2.4.21-291-smp #1 SMP Tue May 24 14:07:45 UTC 2005 i686 unknown I would like to configure postfix on this system for sending mails as a root user using "mail" command to smtp server (Windows System)... (5 Replies)
Discussion started by: jumadhiya
5 Replies
Login or Register to Ask a Question