Linker error: Compiling C++ code on linux platform with 64 bit oracle lib

uname -a : Linux pnl36a-4203 2.6.5-7.308.PTF.352368.0-smp #1 SMP Mon Dec 10 11:36:40 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
/app/devtools/gcc-4.2.3-64/bin/g++ -L/home/john/sdc/lib/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64 -L/home/john/oracle/lib -L/app/gcc-3.3.4/lib -L/app/gcc-3.2.3/lib -ldl -lpthread -lnsl -lrt -lstdc++ -lvs -lclntsh -L/home/cdev/pkgs/oas/Linux64/oaslinux64_2_4_05_03/lib -loas Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/db.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/owl.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/queue.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/log.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/titan.o -o /home/amehta17/sdc/bin/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64/titan
/usr/bin/ld: warning: libnnz10.so, needed by /home/john/oracle/lib/libclntsh.so, not found (try using -rpath or -rpath-link)
/home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_ServiceWriteQueue'
/home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzosCipherSpecToStr'
/home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_setCRLPath'
/home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzteOpenPersona'
/home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzdsi_initialize'
All these symbols are not defined in libclntsh.so and also does not exist in libnnz10.so.
Heading 5:h5
I checked 32bit version of libnnz10.so has all above undefined symbols. This looks really weird to me why 64 bit version of libnnz10.so doesn't define these symbols.
Let me know if you have any idea.

Subsequent to your reply, I found that Openmotif is not available in Fedora, so we thought Oracle linux is best in terms of compatibility. But looks like it is not that easy to install EBS R12 on Oracle Linux also. Anyway, we installed EBS R12 on OEL-5 64 bit. Able to run forms after installing openmotif 21. Applied RUP 2. The patch application is failing to link some executables. (specifically FEMCCE, and all the executables in MSC product, MSCCPP. etc...)
Could you give some insights into this ?
Error messages:
`.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
`.rodata' of
/home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o):
defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o)
`.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
`.rodata' of
/home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o):
defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o)
collect2: ld returned 1 exit status
make: *** [home/orasfa/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE] Error 1
Done with link of fem executable 'FEMCCE' on Wed Aug 15 11:26:06 PDT 2007
Relink of module "FEMCCE" failed.
See error messages above (also recorded in log file) for possible
------------------------------------------------------------------------------------------------------------------------------

Similar Messages

  • Errors compiling AS3 code - seeking advice please

    Hi,
    I am trying to run this AS code from wonderfl.net:
    http://wonderfl.net/c/9Lit/
    I have downloaded the right files to ensure this works:
    import net.wonderfl.utils.FontLoader;
    import com.bit101.components.*;
    But when I compile the code in an AS3 project in Flash CS4, I get a tonne of errors shown in the image below.
    I can't find much info on the wonderfl site, and the author is japanese, and I can't get through to his site to ask for advice.
    Might the errors be because the code is for Flash Player 11?
    I'm really keen to work on this code, but have hit a big brick wall.
    Any help much appreciated.
    Thanks

    Hi,
    The code creates the effect shown here:
    http://wonderfl.net/c/9Lit/
    It doesn't do anything "useful" - it's just a nice effect, where it loops through the letters in some text and generates a pretty swirly pattern for each one.
    On the page above, click on the play button in the right-hand window, and that will run the SWF that is generated by the AS on the left hand side.
    I guess it means that the AS on the left hand side isn't actually correct, since when running it in flash, it doesn't work.
    I zipped up the source files I used when working on the code in case you want a peek:
    http://jimpix.co.uk/typography.zip
    Thanks

  • Linking Error Compiling OCI Demos with Visual C++

    First let me say that I am new to using Visual C++. But my problem is that I am getting a Linking Error when compiling cdemo81.c. The error I get is as follows:
    Linking ...
    cdemo81.obj: error LNK2001: unresolved external symbol _OCITransCommit
    cdemo81.obj: error LNK2001: ...
    Debug/cdemo81.exe: fatal error LNK 1120: 14 unresolved externals
    Error executing link.exe
    I think that the problem is that I am not linking in the OCI executable files correctly. So if someone could help me out, it would be greatly appreciated.

    Do you link oci.lib? Thats the only lib file you need actially.
    If you are using MS VC++, you can add lib path from Tools>Options>Directories.Choose "Library files" from "Show directories for" dropdown list, adn then add you ora.lib path (usually $ORAHOME\oci\lib\).
    You also need to add oci.lib in the project settings in the Object/library modules filed of Link tab. Do not forget to add oci.lib for both Debug end Release settings.
    Cheers,
    Tolkun.

  • Error compiling this code

    Could you tell me what i'm doing wrong with this code? I posted earlier for inputting char into a variable, but the post just got too long.
    I've tried below with code, but I can't get it right. Can you help me..?
    import java.io.*;
    public class Goals {
    public static void main (String args[]) {
    System.out.println("Enter time and tide:");
    InputStreamReader reader = new InputStreamReader (System.in);
    char ch = reader.read(char); // trying to read character from keyboard
    System.out.println("the character" +ch);
    This is my error here:
    Goals.java:13: '.class' expec
    char ch = reader.read(char);
    ^
    Goals.java:13: ')' expected
    char ch = reader.read(char);
    ^
    thank you...
    yash

    The read method that you want to use does not accept any argument, so the syntax you want is char ch = reader.read();
    The first error is caused because the compiler is not expecting to see the reserved word "char" at that point. It knows that the only way the code would be valid is that char was followed by .class, so it suggests it. The second error seems to be a ripple effect of the first one and gets fixed when you fix the first one.
    Once you fix that error you get another, warning you about loss of precision. This is because the read() method returns an int and you are trying to assign an int in a char, while it's well known that there are plenty of integer values that don't fit in a char. Why does Reader.read() return an int instead of char? Because it needs a way to signal the end of the stream. In a normal case the read method returns the character that was read, but -1 if the end of the stream has been reached.
    One way to fix this would be casting the int value to char, which erroneously interpretes the end of the stream as a char too:
    char ch = (char) reader.read();

  • Cant compile ProC code on linux

    I try to do a
    make -f demo_proc.mk sample1
    to test the sample files and I get the following error:
    unable to open include file stddef.h
    and then a whole bunch of other include files.
    Any ideas whats going on?

    hello and excuse my english.
    ok you have diferents errors.
    first. When you compliling like superuser you didn't find the libclntsh..
    first error.*****
    ok .. this is a dinamic library needed from your proc code. you dont find it problably because the enviroment for root hasn4t the correct variables.
    this library is found using the LD_LIBRARY_PATH and this variable usually allocate this path '$ORACLACLE_HOME/lib:/usr/dt/lib'
    Second ****
    make -f demo_proc.mk sample1
    unable to open include file stddef.h
    i had the same problem and I can correct it configuring the pcscfg.cfg file in $ORACLE_HOME/precomp/admin
    this is the content of my file:
    sys_include=(/**/precomp/public,/usr/include,/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include,/usr/include,./usr/src/linux-2.2.14/include/linux/stddef.h)
    include=(/**/precomp/public)
    include=/**/precomp/hdrs
    include=/**/tpcc2x_2/src
    include=/**/precomp/include
    include=/**/oracore/include
    include=/**/oracore/public
    include=/**/rdbms/include
    include=/**/rdbms/public
    include=/**/rdbms/demo
    include=/**/nlsrtl/include
    include=/**/nlsrtl/public
    include=/**/network_src/include
    include=/**/network_src/public
    include=/**/network/include
    include=/**/network/public
    include=/**/plsql/public
    ltype=short
    you must replace the '**' with the path to ORACLE_HOME. And other path if your linux is diferent form mine (redhat 6.2)
    when I did that, the command
    make -f demo_proc.mk sample1 found all libraries but....
    Now I have another problem when I launch the command. this report me a lot of Syntax errors find in the libraries in /usr/include
    So I have one problem too. If you havent this error,please send me one email with your linux version or another ideas.
    thatks

  • Error en Import abap phase Linux Red hat 5.4- oracle

    Hello  I had been got this messaje in  the installation 's screen
    sapinst.log
    WARNING[E] 2010-03-12 15:28:13.393
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log
    ERROR 2010-03-12 15:28:13.455
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|
    10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    import_monitor.java.log the last lines
    Loading of 'SAPSLEXC' import package: ERROR
    Import Monitor jobs: running 0, waiting 5, completed 1, failed 24, total 30.
    Import Monitor jobs: running 1, waiting 4, completed 1, failed 24, total 30.
    Import Monitor jobs: running 2, waiting 3, completed 1, failed 24, total 30.
    Import Monitor jobs: running 3, waiting 2, completed 1, failed 24, total 30.
    Loading of 'SAPDODS' import package: ERROR
    Import Monitor jobs: running 0, waiting 2, completed 1, failed 27, total 30.
    Loading of 'SAPUSER' import package: ERROR
    Import Monitor jobs: running 0, waiting 2, completed 1, failed 27, total 30.
    Loading of 'SAPSLDEF' import package: ERROR
    Import Monitor jobs: running 0, waiting 2, completed 1, failed 27, total 30.
    Import Monitor jobs: running 1, waiting 1, completed 1, failed 27, total 30.
    Loading of 'SAP0000' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 1, failed 28, total 30.
    import_minitor.log
    TRACE: 2010-03-12 15:27:43 com.sap.inst.migmon.LoadTask run
    Loading of 'SAP0000' import package is started.
    TRACE: 2010-03-12 15:27:43 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAP0000' import package into database:
    /usr/sap/SOL/SYS/exe/run/R3load -i SAP0000.cmd -dbcodepage 4103 -l SAP0000.log -stop_on_error
    ERROR: 2010-03-12 15:27:43 com.sap.inst.migmon.LoadTask run
    Loading of 'SAP0000' import package is interrupted with R3load error.
    Process '/usr/sap/SOL/SYS/exe/run/R3load -i SAP0000.cmd -dbcodepage 4103 -l SAP0000.log -stop_on_error' exited with return code 2.
    For mode details see 'SAP0000.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2010-03-12 15:28:13
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2010-03-12 15:28:13
    28 error(s) during processing of packages.
    INFO: 2010-03-12 15:28:13
    Import Monitor is stopped.
    This is the  java version:
    java -version
    java version "1.4.2"
    gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-46)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    any sugesstion??
    thanks  Danny

    Hi,
    java -version
    java version "1.4.2" gij (GNU libgcj) version 4.1.2 20080704
    (Red Hat 4.1.2-46) Copyright (C) 2006 Free Software Foundation, Inc
    IBM 1.4.2 JDK (IBMJava2-AMD64-142-SDK-1.4.2-13.0.x86_64.rpm) will be required for the SAP installation on Linux. then set JAVA_HOME accordingly which points to IBM Jdk.
    Please refer SAP Note 1172419 - Linux: Supported Java versions on the x86_64 platform. The Download location is mentioned there in the SAP Note.
    Regards,
    Bhavik G. Shroff

  • Linking error while trying to integrate FOMD application with mine.

    Hi.
    i am trying to use FMOD example application "dsp_effectperspeaker" in my application. But i m getting error
    dyld: Library not loaded: @loader_path/../Frameworks/libfmodex.dylib
    Referenced from: /Users/asimahmed/Library/Application Support/iPhone Simulator/User/Applications/AF942B1F-A2CB-42D7-B878-47F3F7D51CAF/ChannelSound.app/ChannelSound
    Reason: image not found
    i googled and found this http://brockwoolf.com/blog/how-to-use-dynamic-libraries-in-xcode-31-using-fmod
    but error is still there.
    Usman
    Message was edited by: MUsman

    fixed it at-last, don't know how, just change some targets build setting.
    Message was edited by: MUsman

  • Error WUC-14 after open a File with CLIENT_TEXT_IO.FOPEN (Oracle 10g)

    Hi,
    the error WUC-14 occurs during open a file with forms10g.
    F_VersandZahlen := CLIENT_TEXT_IO.FOPEN (F_Dateiname,'w');
    Afterwards the error message it ist possible to write into the file and close it correctyl (without am error message - also the Information is correkt).
    During debugging the error occurs in the function GETPROPERTY (Webutil).
    the error occurs only sometimes.
    Can anybody help me to solve the problem ?
    best regards,
    Alexandra Schermann

    Hi Alexandra,
    You can catch the exception in Exceptions part and close the file. Something like,
    DECLARE
    F_VersandZahlen CLIENT_TEXT_IO.FILE_TYPE;
    BEGIN
    F_VersandZahlen := CLIENT_TEXT_IO.FOPEN (F_Dateiname,'w');
    <do your processing>
    EXCEPTION
      WHEN OTHERS THEN
       CLIENT_TEXT_IO.FCLOSE(F_VersandZahlen);
    END;-Arun

  • Linker error Multiple definitions for symbol

    Hi,
    I have ported a project from Linux-based DAQmx to LabWindows CVI 2012 on a PXI machine. After making all conversion requirements, and successfully compiling, I am getting tons of the following linker errors for various modules files (just pasting
    a subset of those here):
    Multiple definitions for symbol '_PtrToPtr64' in modules X and Y
    Multiple definitions for symbol '_Ptr64ToPtr' in modules Z and Y
    Multiple definitions for symbol '_HandleToHandle64' in modules X and Y
    Multiple definitions for symbol '_HEAP_MAKE_TAG_FLAGS' in modules X and Y
    Multiple definitions for symbol '_TpInitializeCallbackEnviron' in modules X and Y
    I found this relevant post: http://forums.ni.com/t5/LabWindows-CVI/CVI2010-clang-link-errors-with-Windows-SDK/td-p/1425690
    which points to a known issue in CVI 2010. However the workaround (enabling C99 build option) is already set in my project, so this solution does not apply.
    Any idea what could be causing these windows.h symbols to get redefined?
    Thank you
    Solved!
    Go to Solution.

    Anjelica-W wrote:
    Can you run other examples that are accessing the Windows SDK without linker errors?
    You can also try adding import libraries for functions that are not automatically linked as suggested in this KnowledeBase article.
    Thanks for your reply. Yes I can run some basic apps that use windows.h without these linker errors, but cannot figure out the difference with mine. One more thing that could help diagnose the issue: Some of these fuctions are defined in file basetsd.h
    located in CVI2012\sdk\include, an excerpt of that code is below, which seems to be added by CVI. Is it possible that these are also defined somewhere else, causing the conflict? How can I see the linker options in CVI and find the path that it searches for libraries to link?
    // ADDED TO BY CVI
    #if !(defined (_CVI_) && defined (_INTERACTIVE_WINDOW_BUILD_))
    __inline
    void * POINTER_64
    PtrToPtr64(
    const void *p
    return((void * POINTER_64) (unsigned __int64) (ULONG_PTR)p );
    __inline
    void *
    Ptr64ToPtr(
    const void * POINTER_64 p
    return((void *) (ULONG_PTR) (unsigned __int64) p);
    __inline
    void * POINTER_64
    HandleToHandle64(
    const void *h
    return((void * POINTER_64)(__int64)(LONG_PTR)h );
    __inline
    void *
    Handle64ToHandle(
    const void * POINTER_64 h
    return((void *) (ULONG_PTR) (unsigned __int64) h );
    #endif /* _CVI_ */

  • Error in Transport Tablespace from linux to windows

    I am testing the cross-Platform Transport Tablespace. As per the oracle, we can transport tablespace from linux to windows without conversion because both are using same endian (Little).
    But i am fail to do Transport Tablespace from Linux to Windows.
    I am performing Transport Tablespace process as following:
    from Source Oracle Database server(red had linux as 4 32-bit oracle version:10.2)
    Sql> alter tablespace TEST read only;
    $ expdp system/pass dumpfile=test.dmp directory=export_dir transport_tablespaces=test transport_full_check=y
    after this i am coping test.dmp and data file (test.dbf) to the target machine (ms windows xp 32-bit with oracle 10.1) .
    on Target Machine (with Ms windows xp os) here i am giving the following command:
    impdp system dumpfile=test.dmp directory=exp_dir transport_datafiles=/exp_dir/test.dbf
    but it is giving following error:
    ora-39001: invalid argument value
    ora-39000: bad dump file specification
    ora-31619: invalid dump file "c:\pks\1103.dmp"
    what may by ...
    Prabhaker

    now for version compatibility i am inclusding version option with expdp
    edpdp scott dumpfile=1103.dmp directory=pks transport_tablespaces=prabhu version=10.1.0.2.0
    but now it is giving following error:
    Import: Release 10.1.0.2.0 - Production on Saturday, 11 March, 2006 19:07
    Copyright (c) 2003, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Master table "SCOTT"."SYS_IMPORT_TRANSPORTABLE_01" successfully loaded/unloaded
    Starting "SCOTT"."SYS_IMPORT_TRANSPORTABLE_01": scott/******** DUMPFILE=1103.DMP DIRECTORY=PKS TRANSPORT_DATAFILES=C:\PKS\PRABHU version=10.1.0
    Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
    ORA-39123: Data Pump transportable tablespace job aborted
    ORA-06550: line 2, column 2:
    PLS-00306: wrong number or types of arguments in call to 'BEGINIMPORT'
    ORA-06550: line 2, column 2:
    PL/SQL: Statement ignored
    Job "SCOTT"."SYS_IMPORT_TRANSPORTABLE_01" stopped due to fatal error at 19:07
    regards
    Prabhu

  • "Error Compiling Movie" with Specific Plug-in

    Hi there,
    I am receiving an "error compiling movie" message when trying to export video and have discovered that this is a result of using Digital Anarchy's Flicker Free Plug-in, which is vital to the footage. When the effect is disabled the clips export without problems. I believe I have tried using all the methods that I have found suggested in the links below but can't seem to find a way around it. Strangely the effect worked fine on my previous PC but there is now this exporting problem on the new one. Any thoughts are hugely appreciated.
    "Error compiling movie" during render or export
    "Error compiling movie" when rendering or exporting with Premiere Pro CS3, CS4, CS5, CS5.5, CS6
    Many thanks...

    I'm having the same project. My .NET 4.0 project targets Newtonsoft.JSON 6.0.2 and has a reference to Microsoft.WindowsAzure.Storage 3.1.0.1. The error I'm getting is
    C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1696,5): warning MSB3275: The primary reference "Microsoft.WindowsAzure.Storage, Version=3.1.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
    could not be resolved because it has an indirect dependency on the assembly "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" which was built against the ".NETFramework,Version=v4.5" framework. This is
    a higher version than the currently targeted framework ".NETFramework,Version=v4.0".
    error CS0234: The type or namespace name 'Storage' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?)
    I used the reflection tool dotPeek to investigte. Turns out Microsoft.WindowsAzure.Storage.Dll 3.1.0.1 is a .NET 4 project with a .NET 4.5 reference to Newtonsoft.JSON. This is a bug and should be retargeted to the .NET 4 version of JSON.

  • Unsatisfied Link error.

    Hello ,
    I am new to JNI.
    I am getting an Unsatified link error.
    My code is
    public class DisplayMessage {
         static {
               Runtime.getRuntime().loadLibrary("MessaageHandler") ;
                         public static void main(String args[]) {
                                     printMessage() ;
                      public static native void printMessage() ;
    }I have checked the path of my dll. there dont seem to be problem in that. It seems as if the system is not able to find method printMessag() present in the dll.
    Here is the error that I am getting.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: printMessage
         at DisplayMessage.printMessage(Native Method)
         at DisplayMessage.main(DisplayMessage.java:11)Please point me out, what mistake i am doing.

    Hi Oven,
    Thanks for your reply.
    But I have already tried what you had suggested.
    I tried runing my program with the -D option. I have also tried including my dll in the system path.
    I tried running the program after copying my dll at all places like the current directory, Systems directory, The JRE directory, the lib/ext directory and severel other possibl;e places. But still I get the same error.
    I was getting a different error initially which said.
    "No main found in MessageHandler"
    This I suppose I was getting because the path of the Dll was not set properly.
    But now the error is related to the method defined in the dll "printMessage()".
    I have also checked the signature of the method. Everything seems to be fine.
    Please anybody suggest me a way.
    Also If anyone can tell me how I can call a win32 API through java. I hope the way to call a win32 API is the same as calling printMessage() .
    For example I want to call a API InitiateSystemShutDown() in a dll. advapi32.dll.

  • Linker error in ldap api program

    I wrote a small c++ program to access sun one ldap server. I used "ldap_init()". It shows a linker error. Can you please guide me by providing what all lib files i must include during building.

    The solution is right there in your error messages. You cannot have duplicate position names - please review your data.
    For the EIT stuff, you may want to double-check the name of flexfield context. You are sending a NULL to the API (i.e. p_pei_information_category => Null). Is this really correct?

  • Parse errors in ib_linux.h when I try to compile C code for GPIB in Linux.

    Keep getting parse errors starting at line 63 of ib_linux.h when I try to compile C code linked
    to the drivers. Using ver 0.6 driver, compiling using gcc name.c cib.o -o name, and I have
    ugpib.h as an include in the c code. The Linux box currently has the 2.2 kernel running.
    Any ideas?

    Hello-
    It shouldn't be necessary to compile by hand. After the 0.6 driver is untarred, there should be an INSTALL script to run. Be sure to "su" to have root permissions before running this script. It may also be necessary to "chmod" the INSTALL file before doing a "./INSTALL"
    Randy Solomonson
    Applications Engineer
    National Instruments

  • I am getting an linker error LNK2001 : unresolved symbol _main while compiling Microsoft c code

    I am writng a simple application in C language for communicating with GPIB. when I compile the c file I am getting a linker error
    LIBC.lib(ctr0.obj): LNK2001 error: unresolved sysmbol _main
    I compile the application in the dos window using the command
    cl gpibApplication.c gpib-32.obj.
    Could anyone tell me how to remove this error

    Hello-
    It sounds like the main function is missing from the gpibApplication.c file. Be sure that the following function is somewhere in the code:
    int main (int argc, char *argv[])
    Also, note that this function is case sensitive, so be sure main is not capitalized.
    Randy Solomonson
    Application Engineer
    National Instruments

Maybe you are looking for

  • Excel fiel from ALV report

    Hi Gurus,     is der any way to download data from ALV report to excel sheet depending on  layout set dyanmically.   I mean to say that if I choose a layout then data has to transfer to excel sheet according to layout fields automaticaly.

  • Oracle Application server 10g on RHEL 4

    Hi Experts, I have a oracle application server 10.1.3 which is installed on a IBM blade server which has Red Hat Enterprise Linux 4 (RHEL4) as operating system. The server has a RAM of 8GB and has 4 processors (Intel XEON 3.8 GHz). I have deployed an

  • Cannot open pdf from Gmail in Adobe Reader app on iphone4s

    All I have installed Gmail and Adobe Reader App on my iphone4s with ios 6.0.1...I was trying to open a PDF attachement from Gmail in Adobe Reader to sign it electronically, however the attachement just does not show the "open in" option I tried tappi

  • Cfloop time for select

    For some reason I just can't wrap my brain around this one. I want to be able list a series of times in a form select following these guidlines: Starting: 10:00 am Ending: 8:00 pm Frequency: Every 15 minutes Display Format: hh:mm tt Value Format: Mus

  • Hyperlinks in Word on asus transformer tablet

    I have an asus transformer book I am testing for my staff in the field. I have created a word document with a number of hyperlinks. While using the device with the keyboard attached I can click and follow the hyperlinks. When the keyboard is removed