Little configure glitch on FreeBSD

Gunther Schadow schadow at aurora.rg.iupui.edu
Thu Jun 10 20:04:56 CEST 1999


Hi, 

I am running on FreeBSD-2.2.5, about a year old, but I can't imagine
that we have given up on the leading "_" in compiled symbols meanwhile.
So, I have hacked on the configure script to find out what was wrong,
and here goes the little patch.  Please do not do your work
exclusively for OpenBSD, if not otherwise known, all *BSDs work
pretty similar.  With this tiny patch applied, everything compiles
great.

Thanks for you important contribution!


*** configure~  Sun May 23 13:00:44 1999
--- configure   Thu Jun 10 18:54:39 1999
***************
*** 1584,1590 ****
  aix*)
    ac_symcode='[BCDTU]'
    ;;
! openbsd* | sunos* | cygwin32* | mingw32*)
    ac_sympat='_\([_A-Za-z][_A-Za-z0-9]*\)'
    ac_symxfrm='_\1 \1'
    ;;
--- 1584,1590 ----
  aix*)
    ac_symcode='[BCDTU]'
    ;;
! freebsd* | netbsd* | openbsd* | sunos* | cygwin32* | mingw32*)
    ac_sympat='_\([_A-Za-z][_A-Za-z0-9]*\)'
    ac_symxfrm='_\1 \1'
    ;;

regards
-Gunther

-- 
Gunther Schadow -----------------------------------
http://aurora.rg.iupui.edu
Regenstrief Institute for Health Care
1001 W 10th Street RG5, Indianapolis IN 46202, Phone: (317) 630 7960
schadow at aurora.rg.iupui.edu ---------------------- #include
<usual/disclaimer>



More information about the Gnupg-devel mailing list