From kde-core-devel Thu Aug 26 18:31:51 1999 From: Harri Porten Date: Thu, 26 Aug 1999 18:31:51 +0000 To: kde-core-devel Subject: [Fwd: Bug#1822: Configure bug for setenv() with 1.1.2pre3 for X-MARC-Message: https://marc.info/?l=kde-core-devel&m=93569183729462 Another last minute breakage : Stefan Becker wrote: > > package: kdelibs > version: 1.1.2pre3 > > The configure script first checks for putenv (OK, exists on HP-UX), then > setenv (which should fail, but doesn't???) and later for a setenv > function prototype (HAVE_FUNC_SETENV, which should also fail, but > doesn't). Thus HAVE_FUNC_SETENV is set in config.h and setenv() is not > compiled in in kdecore/fakes.cpp. This leads to linker errors when > trying to compile the other KDE packages, e.g. kdebase/kfm/kioslave. > > I think the fix is probably to move the check for HAVE_FUNC_SETENV in > front of the other setenv check. > > BTW: The package compiled OK in 1.1.2pre with egcs 1.1.2