search for: libregex

Displaying 6 results from an estimated 6 matches for "libregex".

Did you mean: libregexp
2010 Nov 28
1
[nut-commits] svn commit r2705 - branches/windows_port/drivers
...; Date: Fri Nov 26 14:01:35 2010 > New Revision: 2705 > URL: http://trac.networkupstools.org/projects/nut/changeset/2705 > > Log: > Add regex library for drivers (by Arnaud Quette) > > Modified: > branches/windows_port/drivers/Makefile.am Why is this needed? The value of LIBREGEX is never assigned anywhere, so this is basically a no-op (so I suggest to revert this patch). If needed, the regex library will be included in the LIBUSB_LDFLAGS (see commit r2668) by the 'm4/nut_check_libusb.m4' macro. If this doesn't work, please let us know. Best regards, Ar...
1998 Sep 15
0
compiling 0.62.3 for SunOS 4.1.4 and Solaris 2.6
...suggestion about putting fake #defines for gamma and lgamma in src/include/Mathlib.h (this works best on the second pass, after the graphics library (which also contains a "gamma" function) has compiled). - I got regex-0.12 from ftp://wuarchive.wustl.edu/systems/gnu/, made it into libregex.a, hacked HAVE_REGCOMP in src/include/Platform.h, and added /usr/local/lib/libregex.a to RLIBS in src/main/Makefile (there didn't seem to be a way to get configure to recognize it automatically). - got readline-2.2 and installed it. I have to say I have mixed feelings about readline a...
2010 Mar 10
4
[LLVMdev] glod plugin use
Hi, I was trying to use gold plugin to compile and run some of my passes on some large softwares like mysql, apache etc. When I compile using llvm-gcc, everything works fine. But, when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like: /home/vadve/ssahoo2/local/bin/ld: error: modules/standard/libstandard.a: no archive symbol table
1997 Jul 30
0
R-beta: Query: installing 0.50-a1 on Solaris 2.5.1
...lot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o ../lib/libgraphics.a ../lib/libunix.a ../lib/libappl.a ../lib/libregex.a ../lib/libmath.a -L/usr/openwin/lib -R /usr/openwin/lib -lX11 -lnsl -lsocket -ldl -lreadline -ltermcap -lm Undefined first referenced symbol in file dqrqty_ dotcode.o fmin_ dotcode.o dqrqy_ dotco...
1998 Jun 26
2
R-beta: Problem with functions using sub and gsub
Previously I had problems with data(foo) and Gass and I had problems with help(). His diagnostic was "POSIX regular expressions not available" and mine was "invalid regular expression". Martin Maechler has no problems with Solaris 2.5 and suggested a regular expression library was needed, e.g., regex-x.xx. Solaris 2.4 has regex.o in /usr/ccs/libgen.a and regex.h in
2016 Mar 07
2
Windows port
Hi! I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :) Where are a lot of Windows-branches at GitHub. What is the most actual one? The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6? I couldn't find any info about proper environment to build Windows