Hi, When running tup w/ variant dirs, gdb cannot find the source files.  

(gdb) l
1 config_test.c: No such file or directory.

I've chroot'd my gcc command as suggested by another post:

: foreach $(SRCS) |> ^c^ gcc $(CFLAGS) $(INCS) -c %f -o %o |> %B.o
: *.o $(CFG_LIB) |> ^c^ gcc %f -o %o |> config_test

but same result. 
 
gdb works if I do the standard output files with source files.  We must 
have output separate from source and variants is the only reason I was able 
to use tup for this project.  
TIA

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to