[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
RE: getopt and long switches
It does not seem to..the soalris, irix, and aix ones that I have all complain
bitterly about getopt. I _think_ I have a full set of glibc..I am not sure
though. I have been fighting this for a day or two. It'd be nice, when we are
all autoconf'd to have a --with-long-opts or something ;)
-----Original Message-----
From: Peter Byström [mailto:peter.bystrom@ub.oru.se]
Sent: Wednesday, January 24, 2001 1:59 PM
To: Per Kristian Hove
Cc: rdesktop@cifs.org
Subject: Re: getopt and long switches
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.