mysql没有makefile_make: *** 没有指明目标并且找不到 makefile。 停止。 make: ***

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

Solaris: make[1]: *** [libmiscutil.a] Error

255

This means that ./configure didn't find the ar

program. Make sure /usr/ccs/bin is listed in your PATH

environment variable. If you don't have the Sun compiler installed, you'll need

the GNU binutils (http://www.gnu.org/directory/binutils.html).

Linux: storage size of 'rl' isn't known

This happens when the header and library files don't match, as

described earlier. Be sure to upgrade both packages at the same time.

Digital Unix: Don't know how to make

EXTRA_libmiscutil_a_SOURCES. Stop.

Digital Unix's make program isn't tolerant of the

Makefile produced by the automake package. For example,

lib/Makefile.in contains these lines:

noinst_LIBRARIES = \

@LIBDLMALLOC@ \

libmiscutil.a \

libntlmauth.a \

@LIBREGEX@

After substitution, when lib/Makefile is created, it

looks like this:

noinst_LIBRARIES = \

\

libmiscutil.a \

libntlmauth.a \

As shown above, the last line contains an (invisible) TAB

character, which confuses make. You can get past this problem by

installing and using GNU make, or by manually editing lib/Makefile (and

any others exhibiting this problem) to make it look like this:

noinst_LIBRARIES = \

\

libmiscutil.a \

libntlmauth.a

If you have problems compiling Squid, check the FAQ first. You

may also want to search the Squid web site (use the search box on the home

page). Finally, if you're still stuck, send email to the squid-users@squid-cache.org

list.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值