Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
nlmconv(1)
Edit
PageHistory
Diff
Info
LikePages
NLMCONV !!!NLMCONV NAME SYNOPSIS DESCRIPTION OPTIONS SEE ALSO COPYRIGHT ---- !!NAME nlmconv - converts object code into an NLM . !!SYNOPSIS nlmconv [[__-I__ ''bfdname''__--input-target=__''bfdname''] [[__-O__ ''bfdname''__--output-target=__''bfdname''] [[__-T__ ''headerfile''__--header-file=__''headerfile''] [[__-d--debug__] [[__-l__ ''linker''__--linker=__''linker''] [[__-h--help__] [[__-V--version__] ''infile outfile'' !!DESCRIPTION __nlmconv__ converts the relocatable __i386__ object file ''infile'' into the !NetWare Loadable Module ''outfile'', optionally reading ''headerfile'' for NLM header information. For instructions on writing the NLM command file language used in header files, see the __linkers__ section, __NLMLINK__ in particular, of the ''NLM Development and Tools Overview'', which is part of the NLM Software Developer's Kit (`` NLM SDK ''), available from Novell, Inc. __nlmconv__ uses the GNU Binary File Descriptor library to read ''infile''; __nlmconv__ can perform a link step. In other words, you can list more than one object file for input if you list them in the definitions file (rather than simply specifying one input file on the command line). In this case, __nlmconv__ calls the linker for you. !!OPTIONS __-I__ ''bfdname'' __--input-target=__''bfdname'' Object format of the input file. __nlmconv__ can usually determine the format of a given file (so no default is necessary). __-O__ ''bfdname'' __--output-target=__''bfdname'' Object format of the output file. __nlmconv__ infers the output format based on the input format, e.g. for a __i386__ input file the output format is __nlm32-i386__. __-T__ ''headerfile'' __--header-file=__''headerfile'' Reads ''headerfile'' for NLM header information. For instructions on writing the NLM command file language used in header files, see see the __linkers__ section, of the ''NLM Development and Tools Overview'', which is part of the NLM Software Developer's Kit, available from Novell, Inc. __-d__ __--debug__ Displays (on standard error) the linker command line used by __nlmconv__. __-l__ ''linker'' __--linker=__''linker'' Use ''linker'' for any linking. ''linker'' can be an absolute or a relative pathname. __-h__ __--help__ Prints a usage summary. __-V__ __--version__ Prints the version number for __nlmconv__. !!SEE ALSO the Info entries for ''binutils''. !!COPYRIGHT Copyright (c) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled `` GNU Free Documentation License''. ----
One page links to
nlmconv(1)
:
Man1n
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.