home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!topaz.bds.com!topaz.bds.com!ron
- From: ron@topaz.bds.com (Ron Natalie)
- Newsgroups: comp.sys.hp
- Subject: Re: Where is regcmp on HP 9000/750?
- Date: 6 Nov 1992 14:15:26 GMT
- Organization: BDS Systems
- Lines: 15
- Distribution: world
- Message-ID: <1dduluINNlrb@topaz.bds.com>
- References: <Bx7x2M.Dzz@world.std.com> <Bx91Bn.9vG@apollo.hp.com>
- NNTP-Posting-Host: topaz.bds.com
- Keywords: regular expression HP
-
- > From page 3-2 of the Rev 1.1 OSF/Motif Programmer's Guide:
-
- > 8 Link relevant libraries. cc -o app app.c -lXm -lXt -lX11 -lPW
-
- Won't work on the HP reliably. The problem is that the libPW is all
- hosed up with symbols that are duplicated with libc. There are only
- two reliable approaches:
-
- extract regcmp/regex.o files from libPW and include them specifically.
-
- Get a FileSB.c that can deal with the POSIX versions of these routines
- that are already in libc.
-
- -Ron
-
-