[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: getopt and long switches
- To: Per Kristian Hove <Per.Hove@xxxxxxxxxxxx>
- Subject: Re: getopt and long switches
- From: Peter Byström <peter.bystrom@xxxxxxxxx>
- Date: Wed, 24 Jan 2001 22:59:20 +0100
- Cc: rdesktop@xxxxxxxx
- Delivered-To: mailing list rdesktop@cifs.org
- In-Reply-To: <Pine.GSO.4.31.0101241929300.22315-100000@martens.math.ntnu.no>
- Mailing-List: contact rdesktop-help@cifs.org; run by ezmlm
- Organization: Orebro University Library
- References: <Pine.GSO.4.31.0101241929300.22315-100000@martens.math.ntnu.no>
does it compile on other platforms that got glibc on them? I didn't seem to
have any problem compiling the latest version at our solaris machines, but
they got glibc installed, and I used gcc...
Anyway, I thought of this problem at first, but didn't run into it myself,
long switches are useful....
it could be possible to disable long switches on anything else than linux,
how about that?
best regards,
peter
On Wednesday 24 January 2001 19:37, you wrote:
> Hi again. It seems rdesktop has started to use long switches
> without providing a getopt function that supports it (long
> switches isn't portable with getopt).
>
> rdesktop-1.0.0pl19.3.7 only compiles on newer NetBSDs and Linux.
>
> GNU Fileutils (amongst others) has a getopt one could include in
> rdesktop.