From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 29 Jan 2004 17:50:14 +0300 From: Anton X-Priority: 3 (Normal) Message-ID: <536074737.20040129175014@list.ru> To: sarlug@lug.ru MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Spam: Not detected Subject: [Sarlug] as&ld X-BeenThere: sarlug@lug.ru X-Mailman-Version: 2.1.4 Precedence: list Reply-To: Anton , Saratov Linux User Group Maillist List-Id: Saratov Linux User Group Maillist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 14:47:48 -0000 Archived-At: List-Archive: List-Post: Здравствуйте! С мышкой ничего не получилось: старый конфиг я на радостях удалил, а прописать оказывается надо было так: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/usbmouse" EndSection И у меня тут еще одна проблема. Нужны ассемблер as и линкер ld. По идее они должны быть по умолчанию установлены, но у меня их нет. Может кто знает, где их можно взять? Compiler indicates missing as and ld Normally unix systems have the assembler (as) and linker (ld) pre-installed and already in the search path. That is the reason why these tools are not supplied with the compiler. If the compiler cannot find these tools, either they are not in your search path, or they are not installed. You should either add the path where the tools are located to your search path, and / or you should install these tools Антон Шепелёв