HP eld Manual page 208

Table of Contents

Advertisement

Output Listings and Error Handling
1563 File <filename>, specified as the user library, is a
linkfile.
Cause. You are creating a program that has a user library, and you have given eld
the filename for a copy of the user library, by specifying the -local_libname, -
libname, or -set libname option. A user library is a DLL. However, eld opened
the user library and found that it wasn't a DLL but instead was a linkfile, i.e., an object
file produced by the compiler or by running eld with the
Effect. Fatal error (eld immediately stops without creating an output file).
Recovery. If you want to create a program that uses a user library, you must create
the user library as a DLL by running eld and specifying an option such as
shared, or -ul. Then you can give the name of that user library to eld when you
create the program.
1564 Both the -exported_symbol and -hidden_symbol options
were specified for the same symbol <symbol name>.
Cause. The -exported_symbol option (or its synonym, the -export option) tells eld
that the named symbol should be exported from the program or DLL being created.
The -hidden_symbol option (or its synonym, the -export_not option) tells eld the
opposite. You first specifed that this symbol should be exported, and then later on the
command line you said it shouldn't be exported.
Effect. Fatal error (eld immediately stops without creating an output file).
Recovery. Decide whether you want this symbol to be exported and specify the
proper option.
1565 Both the -exported_symbol and -hidden_symbol options
were specified for the same symbol <symbol name>.
Cause. The -exported_symbol option (or its synonym, the -export option) tells eld
that the named symbol should be exported from the program or DLL being created.
The -hidden_symbol option (or its synonym, the -export_not option) tells eld the
opposite. You first specifed that this symbol should not be exported, and then later on
the command line you said it should be exported.
Effect. Fatal error (eld immediately stops without creating an output file).
Recovery. Decide whether you want this symbol to be exported and specify the
proper option.
1566 The -export_all and -ul options are not allowed with the
-r option.
eld Manual—527255-009
6-98
Error Messages
option.
-r
-dll
, -

Advertisement

Table of Contents
loading

Table of Contents