delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Setting Exe Destination |
Date: | 10 Dec 2001 11:34:09 GMT |
Organization: | Aachen University of Technology (RWTH) |
Lines: | 29 |
Message-ID: | <9v26jh$hhv$1@nets3.rz.RWTH-Aachen.DE> |
References: | <3C13CBB9 DOT 8F37DBFA AT xtra DOT co DOT nz> |
NNTP-Posting-Host: | acp3bf.physik.rwth-aachen.de |
X-Trace: | nets3.rz.RWTH-Aachen.DE 1007984049 17983 137.226.32.75 (10 Dec 2001 11:34:09 GMT) |
X-Complaints-To: | abuse AT rwth-aachen DOT de |
NNTP-Posting-Date: | 10 Dec 2001 11:34:09 GMT |
Originator: | broeker@ |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Greg & Steph <gswhite AT xtra DOT co DOT nz> wrote: > Do I set up "Additional Linker Options" in "RHIDE RHIDE" > to specify my Destination Directory???? Not in "rhide rhide". Do it the individual project's option settings instead. That's one the things having a project definition file is about. "rhide rhide" only changes the defaults for new projects, or for whence somebody stubbornly refuses to use a project. > When I type "ld --help" all the info for the attributes scrolls off > the top of the screen, can this be "/p"ed somehow????? Like with any other command: pipe it to the pager. ld --help | more or ld --help | less # if you installed GNU less In the somewhat unlikely case the --help output is done to stderr, you'll want to use DJGPP's tool "redir" to map stderr to stdout, and then redirect: redir -eo ld --help | less Or just look at the real docs, instead: info ld invoking -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |