• Topic
  • Discussion
  • UdaWikiWeb.NoLibCC(Last) -- Owiki? , 2016-08-19 15:00:36 Edit owiki 2016-08-19 15:00:36

    Error Messages (N)

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

    nolibCC.o: fatal error: cannot open file for reading


    Progress "nolibCC" errors arise when your relink script references files, which do not exist in your Progress installation. If you receive "nolibcc" errors, your script maybe outdated. Update to the latest OpenLink components.

    If you cannot upgrade, take the following action:

    1. cd into the /lib sub-directory of your OpenLink server components installation.

    2. vi mkdlc9.

    3. Locate "case $PROVERSION in."

    4. Locate the 91a) case.

    5. Remove the following entry:

    PRO_EXTRA="$PROLOAD/4gl/nolibCC.o"
    


    6. Replace the reference to nolibCC.o with the following:

    $PROLOAD/4gl/aconv91.0
    $PROLOAD/4gl/libavcall.a
    $PROLOAD/4gl/fneuntl.o
    


    7. Save your changes and exit the file.

    8. Try to relink.

    Evidence

    uname -a
    Relink Script(s)
    Database Agent Version String
    DBMS Version]


    Referenced by...