Hello. I had two errors when compiling the CVS version with Ubuntu. The one in regen.sh might have to do with some dash limitation (it complains about not supporting more than 32 shifts.) The one with the Makefile has to do with the version of lex I have here (lex 2.5.33) complaining about -l not accepting an extra argument (I believe it interprets the w as such).

I did a quick check after applying the changes and they seem not to break anything.

Regards

Elder.

Signed-Off-By: Elder Costa <[EMAIL PROTECTED]>


--- ltp-cvs-081015a/testcases/kernel/include/regen.sh.ORIG	2008-10-15 17:54:39.000000000 -0200
+++ ltp-cvs-081015a/testcases/kernel/include/regen.sh	2008-10-15 17:52:37.000000000 -0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 output="linux_syscall_numbers.h"
 
--- ltp-cvs-081015a/pan/Makefile.ORIG	2008-10-15 17:44:07.000000000 -0200
+++ ltp-cvs-081015a/pan/Makefile	2008-10-15 17:44:47.000000000 -0200
@@ -1,6 +1,6 @@
 
 LOADLIBES += -lm
-LFLAGS += -lw
+LFLAGS += -l -w
 CFLAGS += -w 
 DESTDIR = /opt/ltp
 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to