SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 03 | November | 2008 ]

<< Previous Message <<


Date: Mon, 3 Nov 2008 23:00:55 -0800
From: "Steven Levine" <steve53@earthlink.net >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: Building flipit (was GCC432)

In <20081103211300-52879-9@scoug.com>, on 11/03/08
at 09:13 PM, "Robert Blair" said:

Hi,

>I had INCL_DOSDEVIOCTL but not INCL_DOSDEVICES.
>That fixed the problem.

The CPRef is pretty good for determining required includes. The overview
page for each API lists them.

>I haven't a clue where to change the configure file.

Generally, you don't have to change the configure file. You can override
the defaults.

configure --help

will tell what overrides are available. In this case, you can use

./configure --oldincludedir=pathtoolkitincludes

Sometimes you have to override the CC or the CFLAGS enviroment variable,
but this is a less attractive option.

>In this case my memory is a bit faulty. Still I would have expected a
>message (such as not defined) of some kind.

So would I, but programs tend to do what you tell them to. The flipit
configure generates

CFLAGS = -g -O2

which is not the best choice of flags IMO. For example, the rsync
configure contains

# If GCC, turn on warnings.
if test x"$GCC" = x"yes"; then
CFLAGS="$CFLAGS -Wall -W"
fi

which results in

CFLAGS=-g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt

This may be because the rsync configure was generated with a newer
autoconf (i.e. 2.61) or it may be something the rsync developers decided
was a good idea. I suspect the later, although I can't tell for sure
because the rsync distro does not include the .am files.

Steven

--
----------------------------------------------------------------------
"Steven Levine" MR2/ICE 3.00.11.18 BETA #10183 eCS/Warp/DIY/14.103a_W4 etc.
www.scoug.com irc.ca.webbnet.info #scoug (Wed 7pm PST)
----------------------------------------------------------------------

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"postmaster@scoug.com".

=====================================================


<< Previous Message <<

Return to [ 03 | November | 2008 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.