10-16-04 02:28 AM
Christopher M. Lusardi wrote:
> clusardi2k@aol.com (Christopher M. Lusardi) wrote in message news:<d5cfdc4
7.0410080840.1a0ddc1a@posting.google.com>...
>
>
>
> I have a working program on Linux, but I'm having difficulty
> on SGI with string substitution.
>
> Is string substitution on Linux and SGI the same? Can I do
> the following on both machines?
>
> MY_OBJS = /home/clusardi/my_objs/
>
> RES = $(STR:%.c=$(MY_OBJS)%.C)
>
> Chris
>
> P.S.: I'm posting this from home, so I hope it has no typos.
I don't use either Linux or SGI, but the differences may be due to which
"make" tool you're using on each box rather than the OS. You may want to
install the same version of GNU make on both for consistency and then
see if you still have a problem. If you do, say what the problem is and
post a small complete example with sample output that demonstrates it.
Ed.
[ Post a follow-up to this message ]
|