Gcc 4.2.1 sun solaris x86

We installed gcc 4.2.1 on sun solaris x86, but it does give me thousand of errors related to error lib and including. It used to be working under old version 3.4.3 compiler.
Here is an sample error(even the basic string function" strcmp" is not recongnized):
/lib/gcc/sparc-sun-solaris2.10/bits/c++locale.h: error: strcmp is not a member of std"
It turns out all the stand libraries are not compiled correctly.
Please help
Thanks ahead

fq_wjx wrote:
The info on Sun gcc download page is really confusing, the gcc will work on solaris x86 and the compiled executable can ONLY be executed on SPARC server. What a frustrating experience!Could you please let us know which page is that? Because the one I found - called "Product Downloads GCC For SPARC Systems" has SPARC written all over it:
http://www.sun.com/download/products.xml?id=43fb4c75

Similar Messages

  • How to upgrade oracle 32 to 64 bit on sun solaris x86 64 bit OS?

    Hi,
    I want to upgrade/convert 32 bit Oracle Database 10.2.0.2 to 64 bit database. Existing 32 bit database is RAC and it is running on Sun Solaris X86 64 bit OS.
    First, I want to know is it possible?
    If yes, then what are the exact steps?

    Hi,
    Such a migration can be done, just follow the steps in Metalink note 62290.1
    It is important to remember that 64-bit database requires more shared pool memory so you should increase your shared pool size.
    Liron Amitzi
    Senior DBA consultant
    [www.dbsnaps.com]
    [www.orbiumsoftware.com]
    Edited by: Liron Amitzi on Jul 1, 2009 3:08 PM

  • Sun Solaris X86 and 10.2

    Hello,
    do anybody know when 10.2.0.1 for 10.2 Solaris x86 will be available?
    I did not find any informations on metalink....
    Thanks and Regards

    Hi,
    Certification for 10gR2 on Solaris Operating System x86 Version 10 is planned for february 2006...
    Nicolas.

  • Instant Client 11.1.0.7 for Sun Solaris x86/x64

    Hi,
    we are looking for a new version(11.1.0.7) of instantclient for a Solaris 10 x86/x64 system.
    Current Solaris instant client is outdated at the moment and we are have some problem with InstantClient 10 and the limitation(32k) of chars.
    When will there be updated packages for Solaris on x86/x64 systems,
    or is this platform not supported anymore?
    Thanks a lot
    Stephan

    user10858876 wrote:
    When will there be updated packages for Solaris on x86/x64 systems,
    or is this platform not supported anymore?Good question, and one we would like to know.
    Due to Oracle's redicoulus NDA for new release versions no one within Oracle seems to be able to tell us, which as a customer we find unresonable. We were told last year, about this time that we should expect a 11gR1 release around Oracleworld. That came and went. Again we asked, and were told that it "might" be comming out as a 11gR2 version.
    Fine. We will renew our support agreement when we know you will support our platform.
    Bryan

  • Gcc 4.2.1(gccfss)  Solaris x86 c++

    I build executable successfully, but when I run it, it does not work, and produce error message " invalid argument".
    I am just wondering if x86 can run executable produced from gccfss.
    Thanks

    You are referencing with gccfss 4.2.1 cross compiler. The executable files are supposed to run on sparc targets. Thanks,
    -- Lijuan

  • Error compiling GCC 4.3.1 on Solaris 10 x86 (Update 5)

    I am getting error when building GCC 4.3.1 on Solaris 10 x86.
    Have any of you built GCC 4.3.1 on Sol 10 x86?
    Here's the background:
    $ cat /etc/release
    Solaris 10 5/08 s10x_u5wos_10 X86
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    $ isainfo -x
    amd64: cx16 mon sse3 sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu
    i386: cx16 mon sse3 sse2 sse fxsr mmx cmov sep cx8 tsc fpu
    $ isalist
    amd64 pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    $ echo $PATH
    /usr/sfw/bin:/usr/local/bin:/usr/X/bin:/etc:/sbin:/usr/sbin:/usr/local/bin:/usr/ccs/bin:/usr/bin
    $ ../gcc-4.3.1/configure program-suffix=-4.3.1 enable-languages=c,c++
    with-mpfr=/usr/local with-gmp=/usr/local
    with-gnu-as with-as=/usr/sfw/bin/gas
    without-gnu-ld with-ld=/usr/ccs/bin/ld
    And here's the failure:
    /usr/local/src/gcc-4.3.1/s10i/./gcc/xgcc
    -B/usr/local/src/gcc-4.3.1/s10i/./gcc/
    -B/usr/local/i386-pc-solaris2.10/bin/
    -B/usr/local/i386-pc-solaris2.10/lib/
    -isystem /usr/local/i386-pc-solaris2.10/include
    -isystem /usr/local/i386-pc-solaris2.10/sys-include
    -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall
    -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
    -Wold-style-definition -isystem ./include -fPIC -g
    -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
    -D__GCC_FLOAT_NOT_NEEDED -shared
    -nodefaultlibs -Wl,-h,libgcc_s.so.1
    -Wl,-z,text -Wl,-z,defs -Wl,-M,libgcc.map
    -o amd64/libgcc_s.so.1.tmp -g -fkeep-inline-functions
    -m64 -B./ muldi3s.o negdi2s.o lshrdi3s.o ashldi3s.o
    ashrdi3s.o
    cmpdi2s.o ucmpdi2s.o clearcache_s.o enableexecute_stack_s.o
    trampolines.o __main_s.o absvsi2s.o absvdi2s.o addvsi3s.o
    addvdi3s.o subvsi3s.o subvdi3s.o mulvsi3s.o mulvdi3s.o negvsi2s.o
    negvdi2s.o ctorss.o ffssi2s.o ffsdi2s.o clzs.o clzsi2s.o clzdi2s.o
    ctzsi2s.o ctzdi2s.o popcounttab_s.o popcountsi2s.o popcountdi2s.o
    paritysi2s.o paritydi2s.o powisf2s.o powidf2s.o powixf2s.o powitf2s.o
    mulsc3s.o muldc3s.o mulxc3s.o multc3s.o divsc3s.o divdc3s.o
    divxc3s.o divtc3s.o bswapsi2s.o bswapdi2s.o fixunssfsis.o
    fixunsdfsis.o fixunsxfsis.o fixsfdis.o fixdfdis.o fixxfdis.o fixtfdis.o
    fixunssfdis.o fixunsdfdis.o fixunsxfdis.o fixunstfdis.o floatdisfs.o
    floatdidfs.o floatdixfs.o floatditfs.o floatundisfs.o floatundidfs.o
    floatundixfs.o floatunditfs.o divdi3s.o moddi3s.o udivdi3s.o umoddi3s.o
    udivw_sdiv_s.o udivmoddi4s.o unwind-dw2_s.o unwind-dw2-fde_s.o unwind-sjlj_s.o
    gthr-gnat_s.o unwind-c_s.o emutls_s.o -lc && rm -f amd64/libgcc_s.so
    && if [ -f amd64/libgcc_s.so.1 ]; then mv -f amd64/libgcc_s.so.1 amd64/libgcc_s.so.1.backup; else true; fi
    && mv amd64/libgcc_s.so.1.tmp amd64/libgcc_s.so.1
    && ln -s libgcc_s.so.1 amd64/libgcc_s.so
    ld: fatal: unwind table: file /usr/local/src/gcc-4.3.1/s10i/./gcc/amd64/crtend.o: section .eh_frame:
    bad cie version 0: offset 0xfffffd7fffdfb700
    How do I build GCC 4.3.1 on Solaris x86?
    Thanks

    The bootstrap compiler is GCC 3.4.3.
    I tried Sun's assembler (/usr/ccs/bin/as) too and got another error (below)
    I also tried bootstrapping with Sun's Studio 12 compiler but that too failed.
    *$ pkginfo -x SUNWbinutils SMCbinut*
    SMCbinut binutils
    (x86) 2.17
    SUNWbinutils binutils - GNU binutils
    (i386) 11.10.0,REV=2005.01.08.01.09
    *$ whence gcc*
    /usr/sfw/bin/gcc
    *$ gcc -v*
    Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
    Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure prefix=/usr/sfw with-as=/usr/sfw/bin/gas with-gnu-as with-ld=/usr/ccs/bin/ld without-gnu-ld enable-languages=c,c++ --enable-shared
    Thread model: posix
    gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
    The error this time is:
    /big1/usr.local.src/gcc-4.3.1/s10i/./gcc/xgcc -B/big1/usr.local.src/gcc-4.3.1/s10i/./gcc/ -B/usr/local/i386-pc-solaris2.10/bin/ -B/usr/local/i386-pc-solaris2.10/lib/ -isystem /usr/local/i386-pc-solaris2.10/include -isystem /usr/local/i386-pc-solaris2.10/sys-include -g -fkeep-inline-functions -m64 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../.././gcc -I../../../../gcc-4.3.1/libgcc -I../../../../gcc-4.3.1/libgcc/. -I../../../../gcc-4.3.1/libgcc/../gcc -I../../../../gcc-4.3.1/libgcc/../include -DHAVE_CC_TLS -o gcov.o -MT gcov.o -MD -MP -MF gcov.dep -DLgcov -c ../../../../gcc-4.3.1/libgcc/../gcc/libgcov.c
    Assembler: libgcov.c
    "/var/tmp//ccYcw90K.s", line 1936 : Syntax error
    Near line: " repz cmpsb"

  • Oracle Database 10g Release 1(10.1.0.3) for Solaris x86

    I've downloaded this version of oracle to be installed on solaris x86 for version 5.10 but unfortunatly the following error has occurred:
    $ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.6, 5.7, 5.8 or 5.9. Actual 5.10
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2006-02-15_11-16-32AM/installActions2006-02-15_11-16-32AM.log
    so it is failed to install ...
    please advise,,
    thx alot...

    from metalink:
    General Notes For Oracle Database - Enterprise Edition On
    Solaris Operating System x86:
    Sun Solaris OS 10 Information:
    o Oracle will announce certification of the following database products on the Sun Solaris 10 operating system shortly after it is announced as being generally available by Sun. This is planned for March 2005.
    + Oracle Database 9iR2 (with 9.2.0.4 Patchset) for Sun Solaris SPARC32
    + Oracle Database 9iR2 (with 9.2.0.5 Patchset) for Sun Solaris SPARC64
    + Oracle Database 10gR1 (with 10.1.0.3 Patchset) for Sun Solaris SPARC64
    + Oracle Database 10gR1 (includes 10.1.0.3 Patchset) for Sun Solaris x86
    o When Oracle Database 10gR2 releases on Sun platforms later in 2005, the following releases will be certified on the Sun Solaris 10 operating system:
    + 10gR2 Database for Sun Solaris SPARC64
    + 10gR2 Database for Sun Solaris AMD64
    + 10gR2 Database for Sun Solaris x86
    pasquale rago

  • Weblogic Server 9.2 MP 3 for Solaris x86

    Does anyone know where I can download weblogic server 9.2 mp 3 for Solarix x86. I have spent my entire day looking for it in support.oracle.com (metalink) and oracle download pages but nothing has turned up so far.

    You can always ask via support.
    There is a download on edelivery.oracle.com. Select Oracle BEA then Solaris x86 32bit - then click on BEA WebLogic Media Pack for Sun Solaris x86 (x86, x86-64)
    You'll see a 9.2 MP3 ISV download, I'm not sure if that's exactly the same as the normal one or if it's only for ISV's, you'd have to ask support.

  • ETA for Solaris x86-64 11g(R2)?

    Does anyone have a contact that has any knowledge of what platforms are truly being supported for the 11gR2 release?
    I'm having great difficulty getting an answer for Solaris x86-64 from our Oracle reps.
    Thanks,
    Bryan

    hamcdc wrote:
    For (as long as I can remember) Oracle releases have toggled in terms of "platform priority" between
    depending on the mood of the day...Solaris x86 doesn't strike me as particularly strategic from Oracle's perspectiveAnd that's fine Connor. We are running "big iron" (16 cores on one of the servers should qualify), although now in the x64 format instead of the overpriced Sparc versions we have phased out, after being told by Oracle that the planned to support the platform going forward.
    However, either Oracle is going to support this platform, as metalink shows but on which they have not delivered, or not. If they are dropping it, other than support what exists, we won't be happy, but at least we can make plans for the future. This is all we have:
    bq. Certify - Additional Info Oracle Database - Enterprise Edition Version 11gR1 64-bit On Sun Solaris x86-64 (64-bit) \\ Operating System: Sun Solaris x86-64 (64-bit) Version 10 \\ Oracle Database - Enterprise Edition Version 11gR1 64-bit \\ N/A Version N/A \\ Status: Projected \\ Product Version Note: \\ None available for this product. \\ Certification Note: \\ Schedule to be announced. \\ NOTE: This is the most current and accurate information. Do not log Service Requests to Support for additional information. When the date is known this note will be updated. \\ Certify Administrator - 2008
    They owe us, the customers an honest answer and timeframe. I think we've been more than patient.
    Bryan

  • Installation problem sun solaris 9 x86 on intel

    I am trying to install sun solaris 9 x86 intel platform edition on my home pc hp e-vectra, configuration is PIII 800 Mhz, 10 GB HDD, 128 MB Ram, 17" color monitor, but it giving me following error :-
    BooT Panic: trap type e, error 0 at 117499
    Cr0: 800000011, cr1: 4, cr3: 17e000
    Eax: 0, ebx: 7e2c, ecx: 0 edx: 16e350
    Es: fffffffe, edi: 17dfe0, ebp: 7e40, esp: 7e20
    Entering boot debugger:
    Please help me, how can I install sun solaris 9 x86 on my HP E-Vectra PC.
    Kalpesh Mehta

    I had similar problems several months ago. I suspect this happens when host pc does not have floppy drive(or bios somehow misreports it) as it was in my case. Solaris 8 seems to work fine in the same environment, so I keep using it for now. Possible workaround might be to use DCA from Solaris 8: Installation of Sol9 started just fine after I entered Sol8 DCA and asked it to boot from Sol9 CD.
    Hope this problem will be fixed in subsequent Sol9 releases.
    Victor

  • How to integrate a Solaris x86 server on Sun Management Center ?

    Hello people,
    I want to integrate a Solaris x86 server on Sun Management Center platform.
    If I'm not wrong, SunMC doesn't run for Solaris x86, server and client only as console with Java.
    In speat of it, I try to install Sun Management Center 3.0 Agent for Solaris x86.
    It seems to be ok, install packages, but when execute es-setup script, intents to create the following directory:
    /opt/SUNWsymon/base/bin/sparc-sun-solaris2.8
    I supose that in this directory, SunMC will install sparc binary files
    At this point, I can't follow the installation and abort it.
    Can anybody give me ideas to install and integrate my solaris x86 server on SunMC ?
    Thanks

    Hi Hisham,
    hishooooo wrote:
    Dear Gents,
    I have one X86 Solaris Server configured and installed to be Sun Management Center Server.
    successfully i could monitor the Sun Solaris Servers after i have installed the SMC agent on them.
    my problem is that i could not install the SMC agent on Red Hat Linux. as i could not find an easy document or steps to do so.
    could you guide please?If you still have a copy of your SunMC media around, the same ["es-inst"|http://docs.sun.com/app/docs/doc/820-2215/command-line-1?l=en&a=view] program you use to install Solaris Agents should work on Linux as well. It autodetects OS type and will install Solaris packages or RPMs as appropriate.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • How to integrate Solaris x86 server on Sun Management Center ?

    Hello people,
    I want to integrate a Solaris x86 server on Sun Management Center platform.
    If I'm not wrong, SunMC doesn't run for Solaris x86, server and client only as console with Java.
    In speat of it, I try to install Sun Management Center 3.0 Agent for Solaris x86.
    It seems to be ok, install packages, but when execute es-setup script, intents to create the following directory:
    /opt/SUNWsymon/base/bin/sparc-sun-solaris2.8
    I supose that in this directory, SunMC will install sparc binary files
    At this point, I can't follow the installation and abort it.
    Can anybody give me ideas to install and integrate my solaris x86 server on SunMC ?
    Thanks

    Hi
    From the Unix prompt enter oemapp console(for v9.x). If you are using earlier versions it is oemapp console (for starting the console) and oemapp dbastudio(for starting dba studio)
    For starting OMS enter: oemctrl start oms.
    Hope this helps
    sarath

  • Sun Performance library or just a tuned BLAS for Solaris x86?

    Hi,
    I know the sun performance library is not available on Solaris x86, but is
    there at least a tuned blas library available?
    thanks,
    tim

    The compilation line you list is correct. One way to see if there are outstanding unsatisfied references is to use the ldd command on the shared library that you created:
    % CC -dalign -xarch=v9a -G -o LA.so $(OBJECTS) -library=sunperf -staticlib=sunperf
    % ldd LA.so
    I assume that one or more of the .o files in the $(OBJECTS) list makes calls to Perflib routines. Does your application (the code that is linking to the LA.so shared library) also make calls to Perflib routines? If so, these will not have been satisfied in the previous creation of the LA.so shared library.

  • Is it Possible to install oracle 9i  32 bit on Sun Solaris Intel Edition

    Dear OTN Members ,
    It is possible to install ORACLE 9I Sun SPARC Solaris (32 Bit) on
    Sun Solaris Intel Editon 2.8 . Please inform me on
    email :-
    [email protected]
    [email protected]
    Thanking You
    Piyush Patel
    - Server name :- pi.com
    - Filename
    - Date/Time
    - Browser + Version : Netscape 4.7
    - O/S + Version : Sun Solaris Intel Edition 2.8

    857211 wrote:
    I just need some advice on installing oracle 11gWhat part/product of "oracle 11g" exactly?
    Installation Guides should be clear enough, if read. Also read Release Notes for additional support/unsupport info.
    http://docs.oracle.com/cd/E11882_01/install.112/e24186/reqs.htm#CHDHGGFE
    http://docs.oracle.com/cd/E11882_01/install.112/e24187/pre_install.htm
    However the Installation Guide for Database Client adds:
    "Note: Oracle provides 32-bit (Windows x86) and 64-bit (Windows x64) versions of Oracle Database Client. _Oracle certifies 32-bit Oracle Database Client on Windows x64_." (underline added)

  • Core 2 Duo and solaris x86 11/06 works for me

    This is FYI, since I seen (and posted) problems, but I haven't seen the solution posted.
    I have successfully gotten solaris x86 11/06 to install and run on my core 2 duo machine. I had tried solaris x86 06/06, but I could only run in 32bit mode until patch 118855-19 was installed. It looks like 118855-33 is the baseline for 11/06.
    With 06/06 I had to edit the grub command and add " kernel/unix" to the end of the 2nd line. This would force 32 bit mode rather than 64 bit. If I tried 64 bit, it would enter an endless reboot cycle. Once I installed the patch to 118855-19 I could run solaris 10 06/06 in 64 bit mode without issue.
    Again, since solaris 10 11/06 is at 118855-33, it runs on my core2 machine straight from the install.
    Hope this helps

    On a laptop there is little point with running a 64-bit operating system unless it physically has more than 4gb of ram, or if you are processing datasets exceeding 4GB of ram. Unless you're into assembly or use Solaris for some reason to manipulate media, little is to be gained by using 64-bit versions if anything. The increased pointer, integer, and padding causes more memory to use for the same software, most software on 64-bit operating systems runs in 32-bit mode because there is no need to have 16 exabyte memory addressing capability for anything but media encoders, giant databases, or extremely bloated single-threaded software. Sun Java Creator takes a heck of a lot of ram, but even at peak it's still under 4GB. If you move files bigger than 4GB, the ability to memory map all 4096MB might have less overhead on a 64-bit operating system, but generally from an end-user perspective, especially on a fast Intel or Opteron system, you won't notice the difference much. Solaris is bi-arch, a large chunk of Windows Vista and XP x64 is bi-arch, and most of FreeBSD and Linux are bi-arch in 64-bit versions, as I said, no point in making everything 64-bit. 64-bit device drivers is an issue for every OS, you should stick with 32-bit on a laptop, and hold off on desktops unless you need extended assembly registers available only in 64-bit mode.

Maybe you are looking for

  • Error while executing Hibernate query?

    Hi: I am using JSF,Hibernate amd Mysql in my project. I have written update query as, <code> update payslipmaster set instrumentNo=3 where memberNo=3733 </code> But at compile time it will be converted like, update payslipmaster, set instrumentNo=3 w

  • Alignment issues

    I've been using iweb to build my site and I want to have a custom-made navigation bar at the top of the page that stays in the same place on every page. The problem I've been running into is when I publish my site to a folder my navigation bar shifts

  • New to sessions

    i need to open a session in first servlet and use its values in the second one... but i cant find really useful sample and .... i did it this way: ////////////////////in first servlet////////////////////////////////// HttpSession session = req.getSes

  • Updating camera raw in elements 12

    Having problems Updating camera raw in elements 12, i get to 3.3% complete and get the following message (Please close the following applications to continue. Photoshop elements 12 editor-PhotoshopElementsEditor.exe), i have closed down Elements 12 b

  • Depoliement d'une application mobile sous oracle 9i lite

    hi all pls i will explain my problem in french. j'ai installer oracle 9i server et oracle9i lite ( mobile server) sur le même poste correctement. j'ai aussi installé le developpment kit sans problem. ensuite j'ai créé une base de donné lyno.odb dans