# Compile fails on 1.7.2

**URL:** https://discourse.julialang.org/t/compile-fails-on-1-7-2/76119
**Category:** General Usage
**Created:** [February 9, 2022, 9:01pm UTC](https://discourse.julialang.org/t/compile-fails-on-1-7-2/76119 "2022-02-09T21:01:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![JackStrauss](https://avatars.discourse-cdn.com/v4/letter/j/f14d63/32.png) [@JackStrauss](https://discourse.julialang.org/u/JackStrauss)
#### Post date: [February 9, 2022, 9:01pm UTC](https://discourse.julialang.org/t/compile-fails-on-1-7-2/76119/1 "2022-02-09T21:01:02Z")

</div>

Hi  
I just downloaded 1.7.2 and started by making an image, and it gives a warning. Any idea what this means? This is on an Intel mac

[ Info: PackageCompiler: Done  
✔ [04m:10s] PackageCompiler: compiling incremental system image  
ld: warning: could not create compact unwind for \_julia\_Dict\_16674: stack subq instruction is too different from dwarf stack size  
ld: warning: could not create compact unwind for \_julia\_Dict\_16666: stack subq instruction is too different from dwarf stack size  
ld: warning: could not create compact unwind for \_julia\_YY.236\_83195: stack subq instruction is too different from dwarf stack size

---

<div class="post-metadata">

### Author: ![fredrikekre](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredrikekre/32/1688_2.png) [@fredrikekre](https://discourse.julialang.org/u/fredrikekre)
#### Post date: [February 9, 2022, 9:23pm UTC](https://discourse.julialang.org/t/compile-fails-on-1-7-2/76119/2 "2022-02-09T21:23:54Z")

</div>

See [https://github.com/JuliaLang/julia/issues/41191](https://github.com/JuliaLang/julia/issues/41191). I have also seen this, but it is not fatal, so I have ignored it successfully.

---

<div class="post-metadata">

### Author: ![JackStrauss](https://avatars.discourse-cdn.com/v4/letter/j/f14d63/32.png) [@JackStrauss](https://discourse.julialang.org/u/JackStrauss)
#### Post date: [February 9, 2022, 9:38pm UTC](https://discourse.julialang.org/t/compile-fails-on-1-7-2/76119/3 "2022-02-09T21:38:56Z")

</div>

Indeed [fredrikekre](https://discourse.julialang.org/u/fredrikekre) it seems to work. Just a bit disconcerting getting linking warnings, might signal some corruption or something, maybe problems down the road.
