From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4649363F.9050802@gmail.com> Date: Tue, 15 May 2007 07:25:35 +0300 From: Motsyo Gennadi aka Drool User-Agent: Thunderbird 1.5.0.8 (X11/20070219) MIME-Version: 1.0 To: ALT Linux Community References: <463D418F.8000708@mail.ru> <200705140745.35151@ruslandh> <4647E031.1@gmail.com> <463DF712.8040600@mail.ru> <46487A14.70307@gmail.com> <463E4E7C.90706@mail.ru> <4649347E.5090302@gmail.com> In-Reply-To: <4649347E.5090302@gmail.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Comm] =?koi8-r?b?9dPUwc7P18vBIMnaIHNyYy3QwcvF1M/X?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2007 04:26:00 -0000 Archived-At: List-Archive: List-Post: И очень часто лично мне помогает еще и http://search.altlinux.ru > Pavel пишет: >>> subst "s/\.la\"/\.so\"/g" configure >>> subst "s/\.la\"/\.so\"/g" acinclude.m4 >>> subst "s/\.la\"/\.so\"/g" admin/acinclude.m4.in >>> >>> >>> >> Не, это не помогает. Я Попробовал со SRECа сделать: >> #subst "s/\-lkdeui/-lkdeui -lpthread/g" admin/acinclude.m4.in >> #subst "s/\.la/.so/g" admin/acinclude.m4.in > > Это точно должно быть отключено через "#"? > >> make -f Makefile.dist > > makefile -f admin/Makefile.common > Но это нужно в редких случаях. > >> вроде получилось, но при: >> %configure \ >> --enable-shared \ >> --disable-static \ >> --disable-rpath \ >> --program-transform-name="" \ >> --with-xinerama > > Если Вы делаете в спеке %configure, а не ./configure - нижеприведенные > ключи не обязательны, макрос %configure их и так раскрывает.